New package: gtkglarea-2.1.0

This commit is contained in:
Juan RP 2015-09-06 08:59:45 +02:00
parent 7c2f1996a5
commit e0a778593a
3 changed files with 26 additions and 0 deletions

View File

@ -2150,3 +2150,4 @@ libnewt.so.0.52 newt-0.52.18_1
libgeany.so.0 geany-1.25_1
libctpl.so.2 ctpl-0.3.4_1
libmuparser.so.2 muparser-2.2.5_1
libgtkgl-2.0.so.1 gtkglarea-2.1.0_1

1
srcpkgs/gtkglarea-devel Symbolic link
View File

@ -0,0 +1 @@
gtkglarea

View File

@ -0,0 +1,24 @@
# Template build file for 'gtkglarea'.
pkgname=gtkglarea
version=2.1.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="gtk+-devel glu-devel"
short_desc="GTK/GL Area libraries"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://mono-project.com/GtkGLArea"
license="GPL-2.1"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-${version}.tar.xz"
checksum=8e1e545877d2f5139300b54c2e3bcd70acf7d80a78421a894192186a64db82de
gtkglarea-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.a
vmove usr/lib/*.so
}
}