void-packages/srcpkgs/at-spi2-atk/template
2014-03-27 08:40:29 +01:00

29 lines
850 B
Plaintext

# Template file for 'at-spi2-atk'
pkgname=at-spi2-atk
version=2.12.0
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config intltool glib-devel"
makedepends="libglib-devel atk-devel>=2.12 at-spi2-core-devel>=2.12"
depends="at-spi2-core>=2.10"
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.gnome.org"
license="LGPL-2"
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
checksum=3b5467c9f169812bc36a4245355b7deedea0a62eb22153df96ced88dcd1c3633
pre_configure() {
autoreconf -fi
}
at-spi2-atk-devel_package() {
depends="libglib-devel at-spi2-core-devel>=2.10 ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}