updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / classix / PKGBUILD
blob1edb5fae76ff377d6ed1daaa74601cf8eadfdb2a
1 # Contributor: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
2 pkgname=classix
3 pkgver=0.3.1
4 pkgrel=1
5 pkgdesc="ICD-10 lookup application"
6 arch=('any')
7 url="http://code.google.com/p/classix/"
8 license=('GPL')
9 #groups=()
10 depends=('python2>=2.5' 'sqlite3' 'pygtk>=2.10' 'pygobject>=2.12')
11 #makedepends=()
12 #provides=()
13 #conflicts=()
14 #replaces=()
15 #backup=()
16 #install=
17 source=("http://classix.googlecode.com/files/$pkgname-$pkgver.tar.gz")
18 #noextract=()
19 md5sums=('0b372d7bd85d19e10a5c60af492adf64') #generate with 'makepkg -g'
21 build() {
22   cd "$srcdir/$pkgname-$pkgver"
23   export PYTHON="$(which python2)"
24   ./configure --prefix=/usr
25   make || return 1
26   make DESTDIR="$pkgdir/" install