mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Initial .bep file fir libxslt-1.1.26
This commit is contained in:
20
dev-libs/libxslt/libxslt-1.1.26.bep
Normal file
20
dev-libs/libxslt/libxslt-1.1.26.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
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"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user