19 lines
487 B
Bash
19 lines
487 B
Bash
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.19.1
|
|
revision=1
|
|
wrksrc="${pkgname/xorg-/}-${version}"
|
|
noarch=yes
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
short_desc="X.org autotool macros"
|
|
homepage="http://www.x.org/"
|
|
license="MIT"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
distfiles="${XORG_SITE}/util/util-macros-$version.tar.bz2"
|
|
checksum=18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|