summaryrefslogtreecommitdiffstats
path: root/base/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 /base/libmowgli/Pkgfile
parentd374919b560f6d9eabe1a6d576637cbe1659946e (diff)
downloadnutyx-pakxe-146832f962d6af5999dc625f533224216c7fb7a1.tar.gz
nutyx-pakxe-146832f962d6af5999dc625f533224216c7fb7a1.tar.bz2
nutyx-pakxe-146832f962d6af5999dc625f533224216c7fb7a1.tar.xz
nutyx-pakxe-146832f962d6af5999dc625f533224216c7fb7a1.zip
libmowgli dans extra
Diffstat (limited to 'base/libmowgli/Pkgfile')
-rw-r--r--base/libmowgli/Pkgfile16
1 files changed, 0 insertions, 16 deletions
diff --git a/base/libmowgli/Pkgfile b/base/libmowgli/Pkgfile
deleted file mode 100644
index d79da5175..000000000
--- a/base/libmowgli/Pkgfile
+++ /dev/null
@@ -1,16 +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
-
-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
-}