mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-13 15:20:07 +02:00
26 lines
609 B
Plaintext
26 lines
609 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++/2.2/libsigc++-2.2.7.tar.gz"
|
|
REVISION="1"
|
|
STATUS_HAIKU="untested"
|
|
DEPEND="dev-cpp/mm-common >= 0.9.2"
|
|
CHECKSUM_MD5="48afe53ba0e3958f6ac5f072afed1c53"
|
|
BUILD()
|
|
{
|
|
cd libsigc++-2.2.7
|
|
libtoolize --force --copy
|
|
aclocal
|
|
sh autogen.sh
|
|
./configure --prefix=`finddir B_COMMON_DIRECTORY`
|
|
make
|
|
}
|
|
|
|
INSTALL()
|
|
{
|
|
cd libsigc++-2.2.7
|
|
make install
|
|
}
|
|
|
|
LICENSE="GNU LGPL v2.1"
|
|
COPYRIGHT="2002, 2003, 2005 The libsigc++ Development Team"
|