vp-build/srcpkgs/xorg-cf-files/template

21 lines
543 B
Bash

# Template file for 'xorg-cf-files'
pkgname=xorg-cf-files
version=1.0.7
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config automake xorg-util-macros font-util"
short_desc="X.Org imake program and related utilities"
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
license="X11"
homepage="https://www.x.org/wiki/"
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
checksum=74a771d5bb2189020399998dfa2329c3e038aa2e14dd3d4056144ed9a5976308
pre_configure() {
autoreconf -fi
}
post_install() {
vlicense COPYING
}