vp-build/srcpkgs/xrandr/template

18 lines
490 B
Bash

# Template build file for 'xrandr'.
pkgname=xrandr
version=1.5.0
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="libXrandr-devel"
short_desc="Primitive command line interface to RandR extension"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://xorg.freedesktop.org"
license="MIT"
distfiles="${XORG_SITE}/app/$pkgname-$version.tar.bz2"
checksum=c1cfd4e1d4d708c031d60801e527abc9b6d34b85f2ffa2cadd21f75ff38151cd
post_install() {
vlicense COPYING
}