24 lines
724 B
Text
24 lines
724 B
Text
# Template file for 'libsigc++'
|
|
pkgname=libsigc++
|
|
version=2.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-static --disable-documentation"
|
|
short_desc="Type-safe callback system for C++ programs"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://libsigc.sourceforge.net/"
|
|
license="LGPL-2.1"
|
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=7593d5fa9187bbad7c6868dce375ce3079a805f3f1e74236143bceb15a37cd30
|
|
|
|
libsigc++-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/sigc++-2.0
|
|
vmove "usr/lib/*.a"
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|