1 # Contributor: Murtuza Akhtari <inxsible at gmail dot com>
5 pkgdesc="CWallpaper is a front end for fbsetbg, Esetroot, feh, and other wallpaper changers"
6 arch=('i686' 'x86_64' )
7 url="http://cwallpaper.sourceforge.net/index.php"
10 conflicts=('cwallpaper-fltk')
11 makedepends=('automake' 'autoconf')
12 install=${pkgname}.install
14 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
16 md5sums=('85ca1399e8960097cbb6580dceb47163')
19 cd "$srcdir/$pkgname-$pkgver"
21 ./configure --prefix=/usr
23 make DESTDIR="$pkgdir/" install