summaryrefslogtreecommitdiffstats
path: root/expat/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-03-05 18:07:39 +0100
committerpiernov <piernov@piernov.org>2012-03-05 18:07:39 +0100
commita22e9ea5b2d120df2eac01c0a6c328b9b87ca928 (patch)
treee4727bb7d12f0f772a20cfc0ed9fa34a8e387881 /expat/Pkgfile
parent4b076a020fcedb80640a94531aeb27f3d7985582 (diff)
downloadnutyx-pakxe-a22e9ea5b2d120df2eac01c0a6c328b9b87ca928.tar.gz
nutyx-pakxe-a22e9ea5b2d120df2eac01c0a6c328b9b87ca928.tar.bz2
nutyx-pakxe-a22e9ea5b2d120df2eac01c0a6c328b9b87ca928.tar.xz
nutyx-pakxe-a22e9ea5b2d120df2eac01c0a6c328b9b87ca928.zip
expat nutyx-extra → nutyx-pakxe
Diffstat (limited to 'expat/Pkgfile')
-rwxr-xr-xexpat/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/expat/Pkgfile b/expat/Pkgfile
new file mode 100755
index 000000000..68993f3d4
--- /dev/null
+++ b/expat/Pkgfile
@@ -0,0 +1,20 @@
+# 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
+}