2009-03-24 07:25:24 +00:00
|
|
|
# Template build file for 'libXxf86dga'.
|
|
|
|
pkgname=libXxf86dga
|
2013-05-31 14:48:58 +00:00
|
|
|
version=1.1.4
|
|
|
|
revision=1
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2013-03-25 05:35:53 +00:00
|
|
|
hostmakedepends="pkg-config"
|
|
|
|
makedepends="xf86dgaproto libXext-devel"
|
2009-03-24 07:25:24 +00:00
|
|
|
short_desc="Library for the XFree86-DGA X extension"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-25 05:35:53 +00:00
|
|
|
homepage="${XORG_SITE}"
|
|
|
|
license="MIT"
|
2012-07-29 07:22:12 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2013-05-31 14:48:58 +00:00
|
|
|
checksum=8eecd4b6c1df9a3704c04733c2f4fa93ef469b55028af5510b25818e2456c77e
|
2009-03-24 07:25:24 +00:00
|
|
|
long_desc="
|
|
|
|
These functions provide an interface to the server extension
|
|
|
|
XFree86-DGA Extension which allows local programs direct access
|
2013-03-25 05:35:53 +00:00
|
|
|
to the video frame buffer."
|
2013-04-13 08:15:49 +00:00
|
|
|
|
|
|
|
libXxf86dga-devel_package() {
|
|
|
|
depends="xf86dgaproto libXext-devel libXxf86dga>=$version"
|
2013-05-31 14:48:58 +00:00
|
|
|
short_desc+=" - development files"
|
2013-04-13 08:15:49 +00:00
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove "usr/lib/*.a"
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
vmove usr/share
|
|
|
|
}
|
|
|
|
}
|