mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-15 08:10:07 +02:00
24 lines
597 B
Plaintext
24 lines
597 B
Plaintext
DESCRIPTION="libsigc++ is a typesafe callback system for standard C++"
|
|
HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml"
|
|
SRC_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/1.2/libsigc++-1.2.7.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="broken"
|
|
DEPEND="dev-cpp/mm-common >= 0.9.2"
|
|
CHECKSUM_MD5="b939751dff0db9652c5dbfc9de685efa"
|
|
BUILD {
|
|
cd libsigc++-1.2.7
|
|
libtoolize --force --copy --install
|
|
aclocal
|
|
sh autogen.sh
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd libsigc++-1.2.7
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2002, 2003, 2005 The libsigc++ Development Team"
|