summaryrefslogtreecommitdiffstats
path: root/libmowgli/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libmowgli/Pkgfile')
-rw-r--r--libmowgli/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/libmowgli/Pkgfile b/libmowgli/Pkgfile
new file mode 100644
index 000000000..d79da5175
--- /dev/null
+++ b/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
+}