Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=ebf25f3b877fb019225db765cc9d13f87b027e5f
commit ebf25f3b877fb019225db765cc9d13f87b027e5f Author: kikadf <[email protected]> Date: Wed Aug 29 19:56:39 2012 +0200 netembryo-0.1.2.g9d64c1f-1-x86_64 * Change m8r * Version bump * Add sctp support diff --git a/source/network-extra/netembryo/FrugalBuild b/source/network-extra/netembryo/FrugalBuild index bb38c68..09ea77d 100644 --- a/source/network-extra/netembryo/FrugalBuild +++ b/source/network-extra/netembryo/FrugalBuild @@ -1,16 +1,23 @@ -# Compiling Time: 0.01 SBU -# Maintainer: bouleetbil <[email protected]> +# Compiling Time: 0.14 SBU +# Maintainer: kikadf <[email protected]> +# Contributor: bouleetbil <[email protected]> pkgname=netembryo -pkgver=0.1.1 -pkgrel=2 +pkgver=0.1.2.g9d64c1f +pkgrel=1 pkgdesc="a network abstraction library" url="http://lscube.org/projects/netembryo/" -depends=('openssl>=1.0.0') +depends=('openssl>=1.0.0' 'lksctp-tools') +_F_scm_type="git" +_F_scm_url="git://git.lscube.org/netembryo" +Finclude scm groups=('network-extra') archs=('i686' 'x86_64') -up2date="Flasttar http://lscube.org/download" -source=(http://lscube.org/files/downloads/$pkgname/$pkgname-$pkgver.tar.bz2) -sha1sums=('e647e71be4091d18c0e628f7f959e2433fbcd824') -# optimization OK +build() +{ + Funpack_scm + Fautoreconf + Fbuild +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
