libxslt: adopt port
This commit is contained in:
parent
37bde86c22
commit
8f3353ddfa
51
libxslt/.footprint
Normal file
51
libxslt/.footprint
Normal file
@ -0,0 +1,51 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/xslt-config
|
||||
-rwxr-xr-x root/root usr/bin/xsltproc
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/libexslt/
|
||||
-rw-r--r-- root/root usr/include/libexslt/exslt.h
|
||||
-rw-r--r-- root/root usr/include/libexslt/exsltconfig.h
|
||||
-rw-r--r-- root/root usr/include/libexslt/exsltexports.h
|
||||
drwxr-xr-x root/root usr/include/libxslt/
|
||||
-rw-r--r-- root/root usr/include/libxslt/attributes.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/documents.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/extensions.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/extra.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/functions.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/imports.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/keys.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/namespaces.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/numbersInternals.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/pattern.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/preproc.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/security.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/templates.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/transform.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/variables.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/xslt.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/xsltInternals.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/xsltconfig.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/xsltexports.h
|
||||
-rw-r--r-- root/root usr/include/libxslt/xsltutils.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rw-r--r-- root/root usr/lib/libexslt.a
|
||||
-rwxr-xr-x root/root usr/lib/libexslt.la
|
||||
lrwxrwxrwx root/root usr/lib/libexslt.so -> libexslt.so.0.8.12
|
||||
lrwxrwxrwx root/root usr/lib/libexslt.so.0 -> libexslt.so.0.8.12
|
||||
-rwxr-xr-x root/root usr/lib/libexslt.so.0.8.12
|
||||
-rw-r--r-- root/root usr/lib/libxslt.a
|
||||
-rwxr-xr-x root/root usr/lib/libxslt.la
|
||||
lrwxrwxrwx root/root usr/lib/libxslt.so -> libxslt.so.1.1.15
|
||||
lrwxrwxrwx root/root usr/lib/libxslt.so.1 -> libxslt.so.1.1.15
|
||||
-rwxr-xr-x root/root usr/lib/libxslt.so.1.1.15
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libexslt.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libxslt.pc
|
||||
-rw-r--r-- root/root usr/lib/xsltConf.sh
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
-rw-r--r-- root/root usr/man/man1/xsltproc.1.gz
|
||||
drwxr-xr-x root/root usr/man/man3/
|
||||
-rw-r--r-- root/root usr/man/man3/libexslt.3.gz
|
||||
-rw-r--r-- root/root usr/man/man3/libxslt.3.gz
|
1
libxslt/.md5sum
Normal file
1
libxslt/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
238de9eda71b570ff7b78aaf65308fc6 libxslt-1.1.15.tar.gz
|
24
libxslt/Pkgfile
Normal file
24
libxslt/Pkgfile
Normal file
@ -0,0 +1,24 @@
|
||||
# Description: XSL Transformations library
|
||||
# URL: http://xmlsoft.org
|
||||
# Maintainer: sten, nick dot steeves at shaw dot ca
|
||||
# Packager: Daniel Mueller, daniel at danm dot de
|
||||
# Depends on: libxml2
|
||||
|
||||
name=libxslt
|
||||
version=1.1.15
|
||||
release=1
|
||||
source=(ftp://xmlsoft.org/$name-$version.tar.gz)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --without-python
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
rm -rf $PKG/usr/doc $PKG/usr/share
|
||||
# move manpages
|
||||
if [ -e $PKG/usr/man/man4/libxslt.4 ]; then
|
||||
(cd $PKG/usr/man;
|
||||
mkdir man3;
|
||||
mv man4/libxslt.4 man3/libxslt.3)
|
||||
fi
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user