summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a14c78a1d462be5541ddcb8d15a450a723d2b569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Dominik Mayer <dominik.mayer@gmail.com>
# Maintainer: Fabien Devaux <fdev31@gmail.com>
# Contributor: Bjorn Michelsen <bjorn@bmichelsen.no>
# Contributor: David Hajage <dhajage@gmail.com>

pkgname=etm
pkgver=891
pkgrel=4
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')
makedepends=('python2-setuptools')
source=(http://www.duke.edu/~dgraham/ETM/$pkgname-$pkgver.tar.gz)
md5sums=('4e4cd162a9103debc2596401a1acfaae')

package() { 
  cd "$srcdir/$pkgname-$pkgver"
  python2 setup.py install --prefix=/usr --root=$pkgdir 
  echo "Consider moving to etmtk or another maintained alternative."
}