18 lines
480 B
Bash
18 lines
480 B
Bash
# Template build file for 'xdriinfo'.
|
|
pkgname=xdriinfo
|
|
version=1.0.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel MesaLib-devel"
|
|
short_desc="X DRI information utility"
|
|
homepage="http://xorg.freedesktop.org"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
|
|
checksum=d9ccd2c3e87899417acc9ea1f3e319a4198112babe1dc711273584f607449d51
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|