mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Updated ver info for nano in .opd file and an initial .bep file for apr-util (not working yet).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Package: nano
|
||||
Version: 2.0.9
|
||||
Version: 2.2.3
|
||||
Copyright: 1999 - 2009 Free Software Foundation, Inc.
|
||||
License: GNU GPL v3
|
||||
URL: http://www.nano-editor.org/
|
||||
|
||||
28
dev-libs/apr-util/apr-util-1.3.9.bep
Normal file
28
dev-libs/apr-util/apr-util-1.3.9.bep
Normal file
@@ -0,0 +1,28 @@
|
||||
DESCRIPTION="apr-util - Apache Portable Runtime Utility Library"
|
||||
HOMEPAGE="http://apr.apache.org/"
|
||||
SRC_URI="http://apache.multihomed.net/apr/apr-util-1.3.9.tar.gz"
|
||||
CHECKSUM_MD5="cc2ec0ba4f01d88375f1170f762518fa"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd apr-util-1.3.9
|
||||
libtoolize --force --copy --install
|
||||
haikuporter -b apr-1.3.9
|
||||
echo 'LT_INIT' >> configure.in
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
|
||||
buildconf --with-apr=/boot/develop/haikuports/dev-libs/apr/work/apr-1.3.9
|
||||
cd xml/expat
|
||||
libtoolize --force --copy --install
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
cd ../..
|
||||
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd apr-util-1.3.9
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user