pkgname=enet pkgver=1.3.17 pkgrel=3 pkgdesc='Thin, simple and robust network communication layer on top of UDP.' arch=('x86_64') url='http://enet.bespin.org' license=('custom') depends=('glibc') options=('!libtool') source=("http://enet.bespin.org/download/${pkgname}-${pkgver}.tar.gz") md5sums=('c8e96051c5a60afa9f3052d02b2cbe19') build() { cd ${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE }