From 2b31575da5306c6d1608a1ffc5c9e7ca95375490 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 29 May 2010 06:29:06 +0000 Subject: [PATCH] Initial .bep file for libstdc++, note that it doesn't yet work. Also haikuporter is still having issues with filenames with a + in them. --- dev-libs/libsigc++/libsigc++-2.2.7.bep | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dev-libs/libsigc++/libsigc++-2.2.7.bep diff --git a/dev-libs/libsigc++/libsigc++-2.2.7.bep b/dev-libs/libsigc++/libsigc++-2.2.7.bep new file mode 100644 index 000000000..68066aff3 --- /dev/null +++ b/dev-libs/libsigc++/libsigc++-2.2.7.bep @@ -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" \ No newline at end of file