Files
haikuports/dev-libs/libxslt/libxslt-1.1.26.bep
2010-05-16 19:28:03 +00:00

24 lines
532 B
Plaintext

DESCRIPTION="libxslt - Libxslt is the XSLT C library developed for the GNOME project."
HOMEPAGE="http://www.xmlsoft.org/"
SRC_URI="ftp://xmlsoft.org/libxml2/libxslt-1.1.26.tar.gz"
CHECKSUM_MD5="e61d0364a30146aaa3001296f853b2b9"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libxslt-1.1.26
libtoolize --force --copy --install
aclocal
autoconf
automake
./configure --prefix=/boot/common
make
}
INSTALL {
cd libxslt-1.1.26
make install
}
LICENSE="MIT"
COPYRIGHT="2001-2002 Daniel Veillard. All Rights Reserved."