summaryrefslogtreecommitdiffstats
path: root/extra/libmowgli/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:33:46 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:33:46 +0200
commit146832f962d6af5999dc625f533224216c7fb7a1 (patch)
tree80102127ba1f4617909a10ea51d7b9f6836d11ac /extra/libmowgli/Pkgfile
parentd374919b560f6d9eabe1a6d576637cbe1659946e (diff)
downloadnutyx-extra-146832f962d6af5999dc625f533224216c7fb7a1.tar.gz
nutyx-extra-146832f962d6af5999dc625f533224216c7fb7a1.tar.bz2
nutyx-extra-146832f962d6af5999dc625f533224216c7fb7a1.tar.xz
nutyx-extra-146832f962d6af5999dc625f533224216c7fb7a1.zip
libmowgli dans extra
Diffstat (limited to 'extra/libmowgli/Pkgfile')
-rw-r--r--extra/libmowgli/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/extra/libmowgli/Pkgfile b/extra/libmowgli/Pkgfile
new file mode 100644
index 000000000..d79da5175
--- /dev/null
+++ b/extra/libmowgli/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Platforme de développement C de haute performance
+# URL: http://www.atheme.org/projects/mowgli.shtml
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+
+name=libmowgli
+version=0.7.1
+release=1
+source=(http://distfiles.atheme.org/$name-$version.tgz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+make
+make DESTDIR=$PKG install
+}