updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / cwallpaper / PKGBUILD
blob5f7b490daa0bb68ebf62dccc79e22f1cf985a30d
1 # Contributor: Murtuza Akhtari <inxsible at gmail dot com>
2 pkgname=cwallpaper
3 pkgver=0.3.2
4 pkgrel=1
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"
8 license=('GPL')
9 depends=('gtk2')
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')
18 build() {
19   cd "$srcdir/$pkgname-$pkgver"
21   ./configure --prefix=/usr
22   make || return 1
23   make DESTDIR="$pkgdir/" install