1 # Maintainer: webnull < babciastefa@gmail.com >
6 url=http://code.google.com/p/boxbg/
7 pkgdesc="Lightweight wallpaper script, that uses feh to manage wallpaper on your *box* desktop."
9 depends=('feh' 'subversion')
10 provides=('boxbg-beta')
11 conflicts=('boxbg-beta')
14 source=( 'http://boxbg.googlecode.com/files/install.sh' )
15 md5sums=( 'aa0f3447469fef19457182b44b45148d' )
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..."
31 rm $startdir/install.sh