From a22e9ea5b2d120df2eac01c0a6c328b9b87ca928 Mon Sep 17 00:00:00 2001 From: piernov Date: Mon, 5 Mar 2012 18:07:39 +0100 Subject: expat nutyx-extra → nutyx-pakxe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- expat/.footprint.i686 | 16 ++++++++++++++++ expat/.footprint.x86_64 | 16 ++++++++++++++++ expat/.md5sum.i686 | 1 + expat/.md5sum.x86_64 | 1 + expat/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 54 insertions(+) create mode 100644 expat/.footprint.i686 create mode 100644 expat/.footprint.x86_64 create mode 100644 expat/.md5sum.i686 create mode 100644 expat/.md5sum.x86_64 create mode 100755 expat/Pkgfile diff --git a/expat/.footprint.i686 b/expat/.footprint.i686 new file mode 100644 index 000000000..e1a852815 --- /dev/null +++ b/expat/.footprint.i686 @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xmlwf +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/expat.h +-rw-r--r-- root/root usr/include/expat_external.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libexpat.a +-rwxr-xr-x root/root usr/lib/libexpat.la +lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.5.2 +lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.5.2 +-rwxr-xr-x root/root usr/lib/libexpat.so.1.5.2 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xmlwf.1.gz diff --git a/expat/.footprint.x86_64 b/expat/.footprint.x86_64 new file mode 100644 index 000000000..e1a852815 --- /dev/null +++ b/expat/.footprint.x86_64 @@ -0,0 +1,16 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/xmlwf +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/expat.h +-rw-r--r-- root/root usr/include/expat_external.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libexpat.a +-rwxr-xr-x root/root usr/lib/libexpat.la +lrwxrwxrwx root/root usr/lib/libexpat.so -> libexpat.so.1.5.2 +lrwxrwxrwx root/root usr/lib/libexpat.so.1 -> libexpat.so.1.5.2 +-rwxr-xr-x root/root usr/lib/libexpat.so.1.5.2 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xmlwf.1.gz diff --git a/expat/.md5sum.i686 b/expat/.md5sum.i686 new file mode 100644 index 000000000..9d051ba00 --- /dev/null +++ b/expat/.md5sum.i686 @@ -0,0 +1 @@ +ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz diff --git a/expat/.md5sum.x86_64 b/expat/.md5sum.x86_64 new file mode 100644 index 000000000..9d051ba00 --- /dev/null +++ b/expat/.md5sum.x86_64 @@ -0,0 +1 @@ +ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz 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 +} -- cgit v1.2.3-54-g00ecf