2009-03-19 04:58:47 +00:00
|
|
|
# Template build file for 'dri2proto'.
|
|
|
|
pkgname=dri2proto
|
2012-07-13 11:52:17 +00:00
|
|
|
version=2.8
|
2013-03-29 12:43:47 +00:00
|
|
|
revision=2
|
2012-07-13 11:52:17 +00:00
|
|
|
build_style=gnu-configure
|
2009-03-19 04:58:47 +00:00
|
|
|
short_desc="Direct Rendering Interface 2 prototypes"
|
2013-03-29 12:43:47 +00:00
|
|
|
homepage="http://xorg.freedesktop.org"
|
|
|
|
license="MIT"
|
2009-03-19 04:58:47 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-07-13 11:52:17 +00:00
|
|
|
distfiles="${XORG_SITE}/proto/$pkgname-$version.tar.bz2"
|
|
|
|
checksum=f9b55476def44fc7c459b2537d17dbc731e36ed5d416af7ca0b1e2e676f8aa04
|
2009-03-19 04:58:47 +00:00
|
|
|
long_desc="
|
2012-07-13 11:52:17 +00:00
|
|
|
Definitions needed by Direct Rendering Interface version 2."
|
2013-04-12 07:46:44 +00:00
|
|
|
|
|
|
|
dri2proto_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr
|
|
|
|
}
|
|
|
|
}
|