2009-03-24 08:15:10 +01:00
|
|
|
# Template build file for 'libXres'.
|
|
|
|
pkgname=libXres
|
2013-05-31 16:44:46 +02:00
|
|
|
version=1.0.7
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2013-03-25 06:29:09 +01:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="resourceproto libXext-devel"
|
2009-03-24 08:15:10 +01:00
|
|
|
short_desc="X Resource Information Extension Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-08 09:25:42 +01:00
|
|
|
license="MIT"
|
2013-03-25 06:29:09 +01:00
|
|
|
homepage="${XORG_SITE}"
|
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-05-31 16:44:46 +02:00
|
|
|
checksum=26899054aa87f81b17becc68e8645b240f140464cf90c42616ebb263ec5fa0e5
|
2009-03-24 08:15:10 +01:00
|
|
|
long_desc="
|
|
|
|
This package contains the X Resource Information Extension Library
|
|
|
|
from the modular X.org project.
|
|
|
|
|
|
|
|
X-Resource is an extension that allows a client to query the X
|
|
|
|
server about its usage of various resources."
|
2013-04-13 10:15:49 +02:00
|
|
|
|
|
|
|
libXres-devel_package() {
|
|
|
|
depends="xproto libXext-devel libXres>=${version}"
|
2013-05-31 16:44:46 +02:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 10:15:49 +02:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libXres_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|