1 #Maintainer: Nathan Owe <ndowens.aur at gmail dot com>
5 pkgdesc="A script which changes the background of your GNU/Linux-Desktop according to the weather."
6 url="http://izulu.sourceforge.net"
8 depends=('bash' 'xmlstarlet' 'imagemagick' 'wget' 'perl-xml-twig')
10 install=("${pkgname}".install)
11 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
12 arch=('i686' 'x86_64')
13 md5sums=('22cec61d83d7634a9a7d11969ad7931f')
19 cd ${srcdir}/${pkgname}-${pkgver}
20 install -d ${pkgdir}/opt/${pkgname}
21 install -Dm644 {izulu,img/gen_*} ${pkgdir}/opt/${pkgname}/
22 install -Dm755 ${pkgdir}/opt/${pkgname}/izulu ${pkgdir}/usr/bin/izulu