2007-06-03 22:41:16 +10:00
|
|
|
# Description: A callback framework for C++.
|
2020-06-01 15:45:48 +00:00
|
|
|
# URL: https://libsigcplusplus.github.io/libsigcplusplus/
|
2014-11-10 23:28:07 +11:00
|
|
|
# Maintainer: Danny Rawlins, crux at romster dot me
|
2017-02-11 12:30:50 +11:00
|
|
|
# Depends on: mm-common
|
2007-06-03 22:41:16 +10:00
|
|
|
|
2020-10-04 23:48:57 +11:00
|
|
|
name=libsigc++2
|
2021-09-11 17:36:55 +02:00
|
|
|
version=2.10.7
|
2007-06-03 22:41:16 +10:00
|
|
|
release=1
|
2020-10-04 23:48:57 +11:00
|
|
|
source=(https://download.gnome.org/sources/libsigc++/${version%.*}/libsigc++-$version.tar.xz)
|
2007-06-03 22:41:16 +10:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd libsigc++-$version
|
2016-05-18 22:20:23 +10:00
|
|
|
|
2017-02-11 12:30:50 +11:00
|
|
|
NOCONFIGURE=1 ./autogen.sh
|
2020-10-04 23:49:33 +11:00
|
|
|
./configure --prefix=/usr --disable-documentation
|
2016-05-18 22:20:23 +10:00
|
|
|
|
2007-06-03 22:41:16 +10:00
|
|
|
make
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
}
|