mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
xorg-cf-files: fix license, homepage
This commit is contained in:
parent
a5d2153ce0
commit
d4f4b54433
1 changed files with 6 additions and 2 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'xorg-cf-files'
|
# Template file for 'xorg-cf-files'
|
||||||
pkgname=xorg-cf-files
|
pkgname=xorg-cf-files
|
||||||
version=1.0.6
|
version=1.0.6
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config automake xorg-util-macros font-util"
|
hostmakedepends="pkg-config automake xorg-util-macros font-util"
|
||||||
short_desc="X.Org imake program and related utilities"
|
short_desc="X.Org imake program and related utilities"
|
||||||
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
maintainer="Tj Vanderpoel (bougyman) <tj@rubyists.com>"
|
||||||
license="X11"
|
license="X11"
|
||||||
homepage="http://xorg.freedesktop.org/"
|
homepage="https://www.x.org/wiki/"
|
||||||
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d
|
checksum=4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue