mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Initial .bep and .OptionalPackageDescription files for unistring, thanks to michaelvoliveira.
Apllied with the following Haiku: Use Unistring for manipulating C strings and unicode strings
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Package: libpcre
|
||||
Version: 8.00
|
||||
Copyright: 1997 - 2009 University of Cambridge
|
||||
Version: 8.02
|
||||
Copyright: 1997-2010 University of Cambridge
|
||||
License: BSD
|
||||
URL: http://www.pcre.org/
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
Package: libunistring
|
||||
Version: 0.9.1.1
|
||||
Copyright: 1998-2009 Free Software Fundation, Inc.
|
||||
License: GNU LGPL v2.1
|
||||
URL: http://www.gnu.org/software/libunistring
|
||||
18
dev-libs/libunistring/libunistring-0.9.1.1.bep
Normal file
18
dev-libs/libunistring/libunistring-0.9.1.1.bep
Normal file
@@ -0,0 +1,18 @@
|
||||
DESCRIPTION="libunistring provides functions for manipulating Unicode strings and for manipulating C strings according to the Unicode standard."
|
||||
HOMEPAGE="http://www.gnu.org/software/libunistring/"
|
||||
SRC_URI="http://ftp.gnu.org/gnu/libunistring/libunistring-0.9.1.1.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND="dev-util/git, dev-util/gperf"
|
||||
BUILD {
|
||||
cd libunistring-0.9.1.1
|
||||
libtoolize --copy --force --install
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd libunistring-0.9.1.1
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user