25 lines
799 B
Bash
25 lines
799 B
Bash
|
# 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
|
||
|
}
|
||
|
}
|