Updated ver info for nano in .opd file and an initial .bep file for apr-util (not working yet).

This commit is contained in:
Scott McCreary
2010-03-04 16:53:55 +00:00
parent 8c89116030
commit 52658abfb9
2 changed files with 29 additions and 1 deletions

View File

@@ -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/

View 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
}