summaryrefslogtreecommitdiffstats
path: root/expat/Pkgfile
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-05-13 21:36:47 +0200
committerpiernov <piernov@piernov.org>2012-05-13 21:36:47 +0200
commit5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8 (patch)
tree7d67c0ea1642b65c19c74a910635ef815e0980c1 /expat/Pkgfile
parent246b3a734a414fd313056b919235d3658ea0a374 (diff)
downloadnutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.gz
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.bz2
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.tar.xz
nutyx-pakxe-5211a9e8f3d18c268189c2d2782d61e3a2b4d2e8.zip
Revert "xorg dans base"
This reverts commit 0a76e702bd96b12cb2e0b4bc0a9a22c99c7cef0f. Conflicts: expat/Pkgfile glib/.footprint.i686 glib/.footprint.x86_64 glib/.md5sum.i686 glib/.md5sum.x86_64 glib/Pkgfile
Diffstat (limited to 'expat/Pkgfile')
-rwxr-xr-xexpat/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/expat/Pkgfile b/expat/Pkgfile
deleted file mode 100755
index 68993f3d4..000000000
--- a/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
-}