1 #Contributor: Massimiliano Brocchini <brocchini@netseven.it>
6 pkgdesc="Periodically change background image in X11. Can be a slideshow screensaver too"
8 url="http://chbg.sourceforge.net/about.html"
10 depends=('gtk' 'imlib2' 'libpng')
11 source=(http://downloads.sourceforge.net/chbg/$pkgname-$pkgver.tgz)
12 md5sums=('3ee8b01a7e089570f66d89dac353cc2c')
15 cd $startdir/src/$pkgname-$pkgver
16 ./configure --with-image-library=imlib2 --prefix=/usr || return 1
18 make DESTDIR=$startdir/pkg/ install || return 1