New package: libgames-support-1.0.1
This commit is contained in:
parent
82ed3796f8
commit
fa77eadf5c
|
@ -2414,3 +2414,4 @@ libwiredtiger-2.8.0.so wiredtiger-2.8.0_1
|
|||
libvidstab.so.0.9 libvidstab-0.98b_1
|
||||
libxdo.so.3 xdotool-3.20150503.1_1
|
||||
libabigail.so.0 libabigail-1.0.rc3_1
|
||||
libgames-support.so.2 libgames-support-1.0.1_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libgames-support
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libgames-support'
|
||||
pkgname=libgames-support
|
||||
version=1.0.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="intltool pkg-config gobject-introspection vala"
|
||||
makedepends="gtk+3-devel libgee08-devel"
|
||||
short_desc="GNOME games shared code"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
homepage="https://git.gnome.org/browse/libgames-support/"
|
||||
distfiles="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=976c8a87a09c90c73dbbd6d72b4136b747c098e665060feb6ba40e53c8221091
|
||||
|
||||
libgames-support-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/vala
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue