21 lines
531 B
Bash
21 lines
531 B
Bash
# Template file for 'xorg-cf-files'
|
|
pkgname=xorg-cf-files
|
|
version=1.0.8
|
|
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="Orphaned <orphan@voidlinux.org>"
|
|
license="X11"
|
|
homepage="https://www.x.org/wiki/"
|
|
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.xz"
|
|
checksum=7408955defcfab0f44d1bedd4ec0c20db61914917ad17bfc1f1c9bf56acc17b9
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|