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