mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +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'
|
||||
pkgname=xorg-cf-files
|
||||
version=1.0.6
|
||||
revision=3
|
||||
revision=4
|
||||
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="http://xorg.freedesktop.org/"
|
||||
homepage="https://www.x.org/wiki/"
|
||||
distfiles="${XORG_SITE}/util/${pkgname}-${version}.tar.bz2"
|
||||
checksum=4dcf5a9dbe3c6ecb9d2dd05e629b3d373eae9ba12d13942df87107fdc1b3934d
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue