New package: libgdlmm-3.7.3

This commit is contained in:
Enno Boland 2014-03-29 00:38:19 +01:00
parent 56397f6bf7
commit 4c552f994a
2 changed files with 27 additions and 0 deletions

1
srcpkgs/libgdlmm-devel Symbolic link
View File

@ -0,0 +1 @@
libgdlmm

26
srcpkgs/libgdlmm/template Normal file
View File

@ -0,0 +1,26 @@
# Template build file for 'libglade'.
pkgname=libgdlmm
_realname=gdlmm
version=3.7.3
revision=1
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends=""
makedepends="gdl-devel"
short_desc="C++ bindings for the gdl library"
homepage="https://git.gnome.org/browse/gdlmm"
license="LGPL-2"
maintainer="Enno Boland <eb@s01.de>"
distfiles="${GNOME_SITE}/$_realname/3.7/$_realname-$version.tar.xz"
checksum=e280ed9233877b63ad0a0c8fb04d2c35dc6a29b3312151ee21a15b5932fef79b
wrksrc=${_realname}-${version}
libgdlmm-devel_package() {
depends="gdl-devel ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so.*"
}
}