expat: moved from core
This commit is contained in:
parent
4b200f840a
commit
c696617347
15
expat/.footprint
Normal file
15
expat/.footprint
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
1
expat/.md5sum
Normal file
1
expat/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
ee8b492592568805593f81f8cdf2a04c expat-2.0.1.tar.gz
|
15
expat/Pkgfile
Normal file
15
expat/Pkgfile
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Description: A fast, non-validating, stream-oriented XML parsing library
|
||||||
|
# URL: http://expat.sourceforge.net/
|
||||||
|
# Maintainer: Juergen Daubert, jue 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user