updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / w3watch / PKGBUILD
blobf8cd6ba8be2eb7fd087f55d1fb92f3ff8b5cde90
1 # Maintainer: Pierre Schmitz <pierre@archlinux.de>
3 pkgname=w3watch
4 pkgver=1.0.2
5 pkgrel=1
6 pkgdesc='Watch the web and get notified on updates'
7 arch=('any')
8 url='https://git.archlinux.de/w3watch.git/'
9 license=('GPL')
10 depends=('bash' 'lynx' 'awk' 'diffutils' 'coreutils' 'grep')
11 source=("https://users.archlinux.de/~pierre/src/${pkgname}/${pkgname}-${pkgver}.tar.gz")
12 md5sums=('f3a2c1a3339a027b05c5c42eaa90b594')
14 build() {
15         cd ${srcdir}/${pkgname}-${pkgver}
16         make install DESTDIR=${pkgdir}