1 # Contributor: N30N <archlinux@alunamation.com>
6 pkgdesc="pcw uses inotify to monitor a directory tree (created by ii) and \
7 open terminals running cw with the in and out files for each channel."
8 url="http://www.deepcube.net/code/pcw/"
10 arch=("i686" "x86_64")
11 depends=("ii-allpatches" "srw")
13 source=("http://www.deepcube.net/download/${pkgname}-${pkgver}.tar.gz")
14 md5sums=("b3495972ba9211d15252ab6b0c3015d1")
17 cd "${pkgname}-${pkgver}"
22 cd "${pkgname}-${pkgver}"
23 make PREFIX="/usr" DESTDIR="${pkgdir}" install
24 install -D -m644 LICENSE \
25 "${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
28 # vim: set noet ff=unix: