Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bbc47a5f01b91c28ece93951669edc7ecb7e2227
commit bbc47a5f01b91c28ece93951669edc7ecb7e2227 Author: Anthony Jorion <[email protected]> Date: Wed May 7 17:26:19 2014 +0200 enet-1.3.12-1-x86_64 - 1.3.11 -> 1.3.12 (no abi change) + Add asneeded option diff --git a/source/network-extra/enet/FrugalBuild b/source/network-extra/enet/FrugalBuild index ea3bc32..4f7113c 100644 --- a/source/network-extra/enet/FrugalBuild +++ b/source/network-extra/enet/FrugalBuild @@ -1,8 +1,10 @@ # Compiling Time: 0.09 SBU # Maintainer: Devil505 <[email protected]> +options+=('asneeded') + pkgname=enet -pkgver=1.3.11 +pkgver=1.3.12 pkgrel=1 pkgdesc="A relatively thin, simple and robust network communication layer on top of UDP." url="http://enet.bespin.org/" @@ -11,7 +13,7 @@ archs=('i686' 'x86_64') groups=('network-extra') up2date="Flasttar $url/download/" source=($url/download/$pkgname-$pkgver.tar.gz) -sha1sums=('f1b2e49aa2bbdd7d75e889f3f6d3b0c1a56b6080') +sha1sums=('5fd9ef590dc7bcff652e99fef3e7241b3a743f25') [ "$CARCH" == "x86_64" ] && CFLAGS="$CFLAGS -fPIC" build() { _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
