summaryrefslogtreecommitdiffstats
path: root/base/expat/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-11-06 10:33:58 +0100
committertnut <tnut at nutyx dot com>2011-11-06 10:33:58 +0100
commit2590d19b73ae5955672530c9d82c52b2e1df2c5e (patch)
treef6adaca2e0e85ec58f728896554a75e074a9e8e9 /base/expat/Pkgfile
parent9c3388f23b0be6817aa0946114dacd03d16f96e1 (diff)
downloadnutyx-pakxe-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.gz
nutyx-pakxe-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.bz2
nutyx-pakxe-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.xz
nutyx-pakxe-2590d19b73ae5955672530c9d82c52b2e1df2c5e.zip
expat dans extra
Diffstat (limited to 'base/expat/Pkgfile')
-rwxr-xr-xbase/expat/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/base/expat/Pkgfile b/base/expat/Pkgfile
deleted file mode 100755
index ed9a0f841..000000000
--- a/base/expat/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Description: A fast, non-validating, stream-oriented XML parsing library
-# URL: http://expat.sourceforge.net/
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=expat
-version=2.0.1
-release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.gz)
-
-build() {
-cd $name-$version
-./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-debug
-make
-make DESTDIR=$PKG install
-}