summaryrefslogtreecommitdiffstats
path: root/extra/libmowgli/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libmowgli/Pkgfile')
-rw-r--r--extra/libmowgli/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/libmowgli/Pkgfile b/extra/libmowgli/Pkgfile
new file mode 100644
index 000000000..448b28eaf
--- /dev/null
+++ b/extra/libmowgli/Pkgfile
@@ -0,0 +1,17 @@
+# 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
+# Depends on:
+
+name=libmowgli
+version=0.7.0
+release=1
+source=(http://distfiles.atheme.org/$name-$version.tgz)
+
+build() {
+cd $name-$version
+./configure --prefix=/usr
+make
+make DESTDIR=$PKG install
+}