void-packages/srcpkgs/libsigc++/template

25 lines
724 B
Text
Raw Normal View History

# Template file for 'libsigc++'
pkgname=libsigc++
2013-09-26 12:49:34 +00:00
version=2.3.1
2014-02-21 09:45:56 +00:00
revision=2
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>"
2012-09-24 22:23:42 +00:00
homepage="http://libsigc.sourceforge.net/"
license="LGPL-2.1"
2013-09-26 12:49:34 +00:00
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=67d05852b31fdb267c9fdcecd40b046a11aa54d884435e99e3c60dd20cd60393
libsigc++-devel_package() {
2014-02-21 09:45:56 +00:00
depends="${sourcepkg}>=${version}_${revision}"
2013-09-26 12:49:34 +00:00
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/sigc++-2.0
vmove "usr/lib/*.a"
2013-09-26 12:49:34 +00:00
vmove "usr/lib/*.so"
}
}