mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
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:
23
dev-libs/libsigc++/libsigc++-2.2.7.bep
Normal file
23
dev-libs/libsigc++/libsigc++-2.2.7.bep
Normal 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"
|
||||
Reference in New Issue
Block a user