diff --git a/expat/.footprint b/expat/.footprint deleted file mode 100644 index 89f8768b..00000000 --- a/expat/.footprint +++ /dev/null @@ -1,15 +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/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/xmlwf.1.gz diff --git a/expat/.md5sum b/expat/.md5sum deleted file mode 100644 index 9d051ba0..00000000 --- a/expat/.md5sum +++ /dev/null @@ -1 +0,0 @@ -ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz diff --git a/expat/Pkgfile b/expat/Pkgfile deleted file mode 100644 index 37270f00..00000000 --- a/expat/Pkgfile +++ /dev/null @@ -1,15 +0,0 @@ -# Description: A fast, non-validating, stream-oriented XML parsing library -# URL: http://expat.sourceforge.net/ -# Maintainer: CRUX System Team, core-ports at crux dot nu - -name=expat -version=2.0.1 -release=1 -source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz) - -build() { - cd $name-$version - ./configure --prefix=/usr - make - make prefix=$PKG/usr install -}