updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / pcw / PKGBUILD
blob2803dcd1040a238b01ba52eed6101146f8ae5ea3
1 # Contributor: N30N <archlinux@alunamation.com>
3 pkgname="pcw"
4 pkgver=0.3
5 pkgrel=1
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/"
9 license=("MIT")
10 arch=("i686" "x86_64")
11 depends=("ii-allpatches" "srw")
12 makedepends=()
13 source=("http://www.deepcube.net/download/${pkgname}-${pkgver}.tar.gz")
14 md5sums=("b3495972ba9211d15252ab6b0c3015d1")
16 build() {
17         cd "${pkgname}-${pkgver}"
18         make
21 package() {
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: