
etm-891-1 PKGBUILD
By: a guest on
Jun 27th, 2012 | syntax:
Bash | size: 0.45 KB | hits: 30 | expires: Never
pkgname=etm
pkgver=891
pkgrel=1
pkgdesc="Manage events and tasks using simple text files"
arch=('any')
url="http://www.duke.edu/~dgraham/ETM/"
license=('GPL')
depends=('python2' 'python2-distribute' 'python2-dateutil' 'wxpython')
source=(http://www.duke.edu/~dgraham/ETM/$pkgname-$pkgver.tar.gz)
md5sums=('4e4cd162a9103debc2596401a1acfaae')
build() {
cd "$srcdir/$pkgname-$pkgver"
python2 setup.py install --prefix=/usr --root=$pkgdir
}