Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=a6f3cc3118904e9ec21ee7a6e53a1273ae89528c

commit a6f3cc3118904e9ec21ee7a6e53a1273ae89528c
Author: centuri0 <achev...@gmail.com>
Date:   Sun Oct 9 15:20:07 2011 +0200

hupnp-1.0.0-1-i686

* new package

diff --git a/source/lib-extra/hupnp/FrugalBuild 
b/source/lib-extra/hupnp/FrugalBuild
new file mode 100644
index 0000000..8f6c4fb
--- /dev/null
+++ b/source/lib-extra/hupnp/FrugalBuild
@@ -0,0 +1,30 @@
+# Compiling Time: 0.38 SBU
+# Maintainer: centuri0 <achevaux at gmail dot com>
+
+pkgname=hupnp
+pkgver=1.0.0
+pkgrel=1
+pkgdesc="A software library for building UPnP devices."
+url="http://www.herqq.org/";
+depends=('libqtxml' 'libqtnetwork')
+makedepends=('qt4')
+groups=('lib-extra')
+archs=('i686' 'x86_64')
+_F_sourceforge_dirname="hupnp"
+_F_sourceforge_name="herqq"
+_F_sourceforge_ext=".zip"
+_F_cd_path="$_F_sourceforge_name-$pkgver"
+Finclude sourceforge
+sha1sums=('543a67802c37c66c29c8527522b1630c42756545')
+
+build() {
+       Fcd
+       qmake || Fdie
+       Fmake
+       make INSTALL_ROOT=$Fdestdir install || Fdie
+       Fmkdir /usr
+       Fmv /var/tmp/fst/src/herqq-1.0.0/hupnp/deploy/* /usr/
+       Frm /var/
+}
+
+# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to