Convert packages the new template format (a-c range).

This commit is contained in:
Juan RP
2013-04-12 08:55:23 +02:00
parent 30b6eee12b
commit 9c87483ea8
242 changed files with 2380 additions and 1800 deletions

View File

@@ -2,10 +2,8 @@
pkgname=at-spi2-atk
version=2.8.0
revision=1
subpackages="${pkgname}-devel"
build_style=gnu-configure
hostmakedepends="pkg-config intltool"
depends="at-spi2-core>=2.8"
makedepends="libglib-devel atk-devel>=2.8 at-spi2-core-devel>=2.8"
short_desc="A GTK+ module that bridges ATK to D-Bus at-spi"
maintainer="Juan RP <xtraeme@gmail.com>"
@@ -20,3 +18,19 @@ long_desc="
These libraries depend on the at-spi2-core code that contains the daemon for
registering applications, D-Bus helper libraries and te AT-SPI D-Bus
specifications."
at-spi2-atk-devel_package() {
depends="libglib-devel at-spi2-core-devel ${sourcepkg}-${version}_${revision}"
short_desc="${short_desc} - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
}
}
at-spi2-atk_package() {
depends="at-spi2-core>=2.8"
pkg_install() {
vmove usr
}
}