Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fe949c3f078145ef5e78a392efcfb99409281878
commit fe949c3f078145ef5e78a392efcfb99409281878 Author: Devil505 <[email protected]> Date: Mon Dec 26 11:27:54 2011 +0100 miniupnpc-1.6-1-i686 * new package diff --git a/source/network-extra/miniupnpc/FrugalBuild b/source/network-extra/miniupnpc/FrugalBuild new file mode 100644 index 0000000..90d6b89 --- /dev/null +++ b/source/network-extra/miniupnpc/FrugalBuild @@ -0,0 +1,23 @@ +# Compiling Time: 0.02 SBU +# Maintainer: Devil505 <[email protected]> + +pkgname=miniupnpc +pkgver=1.6 +pkgrel=1 +pkgdesc="A small UPnP client library/tool to access Internet Gateway Devices" +url="http://miniupnp.free.fr" +depends=('glibc') +groups=('network-extra') +archs=('i686' 'x86_64') +up2date="Flasttar $url/files/" +source=($url/files/$pkgname-$pkgver.tar.gz) +sha1sums=('ef8f2edb17f2e7c5b8dc67ee80a65c199d823e0a') + +build() { + Fcd + make PREFIX="$Fdestdir/" install || Fdie + Fmanrel man3/miniupnpc.3 +} + + +# optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
