# Contributor: Juanma Hernandez pkgname=rsw pkgver=0.3.2 pkgrel=1 pkgdesc="Real-time Sunlight Wallpaper" arch=('i686' 'x86_64') url="http://realtimesunlightwallpaper.weebly.com/" license=('GPL2' 'LGPL2.1') depends=('gtk2' 'curl') makedepends=('') provides=('rsw') source=(http://launchpad.net/realtimesunlightwallpaper/trunk/v$pkgver/+download/gtk-sunlight-$pkgver-ubuntu-all-1.tar.gz curl-wget.patch) md5sums=('51a7900e8701e8c3e9f1796a242067eb' '8c83067cfa1b13aca8fa287239b9f774') build() { cd $startdir/src/gtk-sunlight-$pkgver-ubuntu-all-1 patch -p1 -i ../curl-wget.patch make || return 1 make DESTDIR=${startdir}/pkg install || return 1 }