diff options
Diffstat (limited to 'repo/system/libxslt/libxslt.xibuild')
-rw-r--r-- | repo/system/libxslt/libxslt.xibuild | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/repo/system/libxslt/libxslt.xibuild b/repo/system/libxslt/libxslt.xibuild deleted file mode 100644 index 805925f..0000000 --- a/repo/system/libxslt/libxslt.xibuild +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -MAKEDEPS="python make " -DEPS="libxml2 libgcrypt" - -PKG_VER=1.1.34 -SOURCE=http://xmlsoft.org/sources/libxslt-$PKG_VER.tar.gz -DESC="XML stylesheet transformation library" - - -prepare () { - sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.xml && - sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.1 && - sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c -} - -build () { - ./configure --prefix=/usr --disable-static --without-python && - make -} - -package () { - make DESTDIR=$PKG_DEST install -} |