19 lines
487 B
Bash
19 lines
487 B
Bash
# Template file for 'xorg-util-macros'
|
|
pkgname=xorg-util-macros
|
|
version=1.19.2
|
|
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=d7e43376ad220411499a79735020f9d145fdc159284867e99467e0d771f3e712
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|