1 # Contributor: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
5 pkgdesc="ICD-10 lookup application"
7 url="http://code.google.com/p/classix/"
10 depends=('python2>=2.5' 'sqlite3' 'pygtk>=2.10' 'pygobject>=2.12')
17 source=("http://classix.googlecode.com/files/$pkgname-$pkgver.tar.gz")
19 md5sums=('0b372d7bd85d19e10a5c60af492adf64') #generate with 'makepkg -g'
22 cd "$srcdir/$pkgname-$pkgver"
23 export PYTHON="$(which python2)"
24 ./configure --prefix=/usr
26 make DESTDIR="$pkgdir/" install