summaryrefslogtreecommitdiffstats
path: root/base
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
parent9c3388f23b0be6817aa0946114dacd03d16f96e1 (diff)
downloadnutyx-extra-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.gz
nutyx-extra-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.bz2
nutyx-extra-2590d19b73ae5955672530c9d82c52b2e1df2c5e.tar.xz
nutyx-extra-2590d19b73ae5955672530c9d82c52b2e1df2c5e.zip
expat dans extra
Diffstat (limited to 'base')
-rw-r--r--base/expat/.footprint.i68616
-rw-r--r--base/expat/.footprint.x86_6416
-rw-r--r--base/expat/.md5sum.i6861
-rw-r--r--base/expat/.md5sum.x86_641
-rwxr-xr-xbase/expat/Pkgfile20
5 files changed, 0 insertions, 54 deletions
diff --git a/base/expat/.footprint.i686 b/base/expat/.footprint.i686
deleted file mode 100644
index e1a852815..000000000
--- a/base/expat/.footprint.i686
+++ /dev/null
@@ -1,16 +0,0 @@
-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/base/expat/.footprint.x86_64 b/base/expat/.footprint.x86_64
deleted file mode 100644
index e1a852815..000000000
--- a/base/expat/.footprint.x86_64
+++ /dev/null
@@ -1,16 +0,0 @@
-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/base/expat/.md5sum.i686 b/base/expat/.md5sum.i686
deleted file mode 100644
index 9d051ba00..000000000
--- a/base/expat/.md5sum.i686
+++ /dev/null
@@ -1 +0,0 @@
-ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz
diff --git a/base/expat/.md5sum.x86_64 b/base/expat/.md5sum.x86_64
deleted file mode 100644
index 9d051ba00..000000000
--- a/base/expat/.md5sum.x86_64
+++ /dev/null
@@ -1 +0,0 @@
-ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz
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
-}