2009-03-19 03:18:18 +00:00
|
|
|
# Template build file for 'libXxf86misc'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXxf86misc
|
|
|
|
version=1.0.1
|
2013-04-13 08:15:49 +00:00
|
|
|
revision=5
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-05-05 16:40:25 +00:00
|
|
|
configure_args="--enable-malloc0returnsnull"
|
2013-04-13 08:15:49 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="xproto xextproto xf86miscproto libX11-devel libXext-devel"
|
2008-10-01 15:07:54 +00:00
|
|
|
short_desc="Library for the XFree86-Misc X extension"
|
2013-03-31 07:51:24 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2008-10-01 15:07:54 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-04-13 08:15:49 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2009-02-12 20:07:35 +00:00
|
|
|
checksum=2122d67d49aaa06eeaeb3db173ea8a7048f3b52665e5135874bc5cadada91289
|
2008-10-01 15:07:54 +00:00
|
|
|
long_desc="
|
|
|
|
This library from the modular X.org project provides an interface
|
|
|
|
to the XFree86-Misc extension which allows various server settings
|
|
|
|
to be queried and changed dynamically."
|
2009-02-12 20:07:35 +00:00
|
|
|
|
2013-04-13 08:15:49 +00:00
|
|
|
libXxf86misc-devel_package() {
|
|
|
|
depends="xproto xextproto xf86miscproto libX11-devel libXxf86misc>=${version}"
|
|
|
|
short_desc+=" -- development files"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
libXxf86misc_package() {
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|