blob: e9c5414acd404602b6656bfcaab4348cf80e7665 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
}
|