18 lines
523 B
Bash
18 lines
523 B
Bash
# Template file for 'xorg-cf-files'
|
|
pkgname=xorg-cf-files
|
|
version=1.0.6
|
|
revision=1
|
|
noarch=yes
|
|
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="GPL-2"
|
|
homepage="http://xorg.freedesktop.org/"
|
|
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
|
checksum=4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d
|
|
build_style=gnu-configure
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|