# # Games Packages for Chakra, part of chakra-project.org # # Maintainer: Adrián Chaves Fernández (Gallaecio) pkgname=enet pkgver=1.3.13 pkgrel=1 pkgdesc='A relatively thin, simple and robust network communication layer on top of UDP.' arch=('i686' 'x86_64') url='http://enet.bespin.org/' license=('MIT') replaces=('enet-old') changelog=ChangeLog source=("http://$pkgname.bespin.org/download/$pkgname-$pkgver.tar.gz") md5sums=('b83b9a7791417b6b6f5c68231f6e218b') build() { cd $pkgname-$pkgver ./configure \ --prefix=/usr make } package() { cd $pkgname-$pkgver make prefix=$pkgdir/usr install # License: install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE }