1 # Contributor: Ingo Becker <i.becker@netgaertner.de>
5 pkgdesc="Extend version of pth with support for semaphores added."
7 url="http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth"
9 source=(http://www.auto.tuwien.ac.at/~mkoegler/pth/${pkgname}-${pkgver}.tar.gz)
10 md5sums=('b277716ee1224ca9925176fa29e1f0c5')
12 cd ${startdir}/src/${pkgname}-${pkgver}
13 ./configure --prefix=/usr
15 make prefix=$startdir/pkg/usr install