updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / boxbg-beta / PKGBUILD
blob5b673a85f495e5b663225b50b0bf78b36efedf01
1 # Maintainer: webnull < babciastefa@gmail.com >
3 pkgname=boxbg-beta
4 pkgver=1.0
5 pkgrel=1
6 url=http://code.google.com/p/boxbg/
7 pkgdesc="Lightweight wallpaper script, that uses feh to manage wallpaper on your *box* desktop."
8 arch=('i686')
9 depends=('feh' 'subversion')
10 provides=('boxbg-beta')
11 conflicts=('boxbg-beta')
12 license=('GPL')
14   source=( 'http://boxbg.googlecode.com/files/install.sh' )
15   md5sums=( 'aa0f3447469fef19457182b44b45148d' )
17 build() {
18         msg "Creating directories..."
19         mkdir -p $startdir/pkg/usr/bin
20         mkdir -p $startdir/tmp
22         msg "Downloading from SVN..."
23         svn checkout http://boxbg.googlecode.com/svn/trunk/ $startdir/tmp
25         msg "Copying files..."
26         cp $startdir/tmp/boxbg $startdir/pkg/usr/bin/boxbg
28         msg "Deleting temporary folder..."
29         rm -R $startdir/tmp
30         rm $startdir/src -R
31         rm $startdir/install.sh