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, 0 insertions, 17 deletions
diff --git a/extra/libmowgli/Pkgfile b/extra/libmowgli/Pkgfile
deleted file mode 100644
index 448b28eaf..000000000
--- a/extra/libmowgli/Pkgfile
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}