2012-10-18 09:10:02 +02:00
|
|
|
# Template build file for 'pangox-compat'.
|
|
|
|
pkgname=pangox-compat
|
|
|
|
version=0.0.2
|
2014-02-21 17:06:53 +01:00
|
|
|
revision=3
|
2012-10-18 09:10:02 +02:00
|
|
|
build_style=gnu-configure
|
|
|
|
configure_args="--disable-static"
|
2013-04-14 11:13:30 +02:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="pango-devel"
|
2014-01-01 16:10:11 +01:00
|
|
|
replaces="pango<1.32"
|
2012-10-18 09:10:02 +02:00
|
|
|
short_desc="Library for layout and rendering of text (pangox compat library)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.pango.org/"
|
|
|
|
license="LGPL-2.1"
|
|
|
|
distfiles="${GNOME_SITE}/${pkgname}/0.0/${pkgname}-${version}.tar.xz"
|
|
|
|
checksum=552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046
|
2013-04-14 11:13:30 +02:00
|
|
|
|
|
|
|
pangox-compat-devel_package() {
|
|
|
|
depends="libX11-devel pango-devel>=1.31 ${sourcepkg}-${version}_${revision}"
|
|
|
|
short_desc+=" -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/pkgconfig
|
2014-02-21 17:06:53 +01:00
|
|
|
vmove "usr/lib/*.so"
|
2013-04-14 11:13:30 +02:00
|
|
|
}
|
|
|
|
}
|