mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Updated libxslt to 1.1.28, bep from GCI2012 student skycocker
This commit is contained in:
30
dev-libs/libxslt/libxslt-1.1.28.bep
Normal file
30
dev-libs/libxslt/libxslt-1.1.28.bep
Normal file
@@ -0,0 +1,30 @@
|
||||
DESCRIPTION="XSLT C library developed for the GNOME project"
|
||||
HOMEPAGE="http://www.xmlsoft.org/"
|
||||
SRC_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.28.tar.gz"
|
||||
CHECKSUM_MD5="9667bf6f9310b957254fdcf6596600b7"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd libxslt-1.1.28
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
sed -i 's/$(datadir)\/aclocal/`finddir B_COMMON_DATA_DIRECTORY`\/aclocal/' Makefile*
|
||||
automake
|
||||
|
||||
COMMON_DOCS=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`
|
||||
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
|
||||
--datarootdir=$COMMON_DOCS \
|
||||
--docdir=$COMMON_DOCS/doc \
|
||||
--mandir=$COMMON_DOCS/man
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libxslt-1.1.28
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="MIT"
|
||||
COPYRIGHT="2001-2002 Daniel Veillard. All Rights Reserved."
|
||||
Reference in New Issue
Block a user