Initial .bep file for libstdc++, note that it doesn't yet work. Also haikuporter is still having issues

with filenames with a + in them.
This commit is contained in:
Scott McCreary
2010-05-29 06:29:06 +00:00
parent 0b5f625c13
commit 2b31575da5

View File

@@ -0,0 +1,23 @@
DESCRIPTION="libsigc++"
HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml"
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.7.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
CHECKSUM_MD5="48afe53ba0e3958f6ac5f072afed1c53"
BUILD {
cd libsigc++-2.2.7
libtoolize --force --copy
aclocal
sh autogen.sh
./configure --prefix=/boot/common
make
}
INSTALL {
cd libsigc++-2.2.7
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="2002, 2003, 2005 The libsigc++ Development Team"