mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
libsigc++: bump version
This commit is contained in:
@@ -6,11 +6,11 @@ global or a member function, regardless of whether it is static or virtual.
|
||||
It also contains adaptor classes for connection of dissimilar callbacks and \
|
||||
has an ease of use unmatched by other C++ callback libraries."
|
||||
HOMEPAGE="http://libsigc.sourceforge.net/stable.shtml"
|
||||
COPYRIGHT="2002-2015 The libsigc++ Development Team"
|
||||
COPYRIGHT="2002-2020 The libsigc++ Development Team"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.4/libsigc++-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="540443492a68e77e30db8d425f3c0b1299c825bf974d9bfc31ae7efafedc19ec"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.9/libsigc++-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="0bf9b301ad6198c550986c51150a646df198e8d1d235270c16486b0dda30097f"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
@@ -43,9 +43,6 @@ BUILD_PREREQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# libtoolize --force --copy --install
|
||||
# aclocal
|
||||
# sh autogen.sh
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
@@ -55,7 +52,7 @@ INSTALL()
|
||||
make install
|
||||
|
||||
mv $libDir/sigc++-2.0/include/sigc++config.h $includeDir/sigc++-2.0
|
||||
rm -rf $libDir/sigc++-2.0
|
||||
rm -rf $libDir/sigc++-2.0 $dataDir
|
||||
|
||||
prepareInstalledDevelLib libsigc-2.0
|
||||
rm $developLibDir/*.la
|
||||
Reference in New Issue
Block a user