updated on Tue Jan 10 00:10:07 UTC 2012
[aur-mirror.git] / crebs / PKGBUILD
blob0d8ff0319d0c4b11810a2700629f8ca02244ab73
1 # Contributor: Tomas A. Schertel <tschertel@gmail.com>
3 pkgname=crebs
4 pkgver=0.9.8.5
5 pkgrel=1
6 pkgdesc="a Python/GTK application used to create and set desktop wallpaper slideshows for GNOME"
7 arch=(any)
8 url="http://www.obfuscatepenguin.net/"
9 source=(http://www.obfuscatepenguin.net/source/crebs.tar.gz
10         arch-python-stuff.patch)
11 license=('GPL')
12 md5sums=('c5c7edac5aa557ce2727b0e8b651b939'
13          '2a93baea552f8c35d7b78e31abfad7f1')
14 depends=('python2' 'python-notify')
15 options=(!emptydirs)
16 install=$pkgname.install
17 build() {
18  patch -Np1 -i "${srcdir}/arch-python-stuff.patch" || return 1
19  cd $srcdir/crebs-$pkgver
20  mkdir $pkgdir/usr
21  ./setup.sh -p "$pkgdir"/usr || return 1
23  }