mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-03 21:53:52 +02:00
xcalib: fix license, homepage, vsed
This commit is contained in:
parent
984156d06e
commit
c6fc71cee4
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'xcalib'
|
# Template file for 'xcalib'
|
||||||
pkgname=xcalib
|
pkgname=xcalib
|
||||||
version=0.8
|
version=0.8
|
||||||
revision=4
|
revision=5
|
||||||
build_style="gnu-makefile"
|
build_style="gnu-makefile"
|
||||||
makedepends="libX11-devel libXxf86vm-devel"
|
makedepends="libX11-devel libXxf86vm-devel"
|
||||||
short_desc="Tiny monitor calibration loader for X.org"
|
short_desc="Tiny monitor calibration loader for X.org"
|
||||||
maintainer="Steven R <dev@styez.com>"
|
maintainer="Steven R <dev@styez.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.etg.e-technik.uni-erlangen.de/web/doe/xcalib/"
|
homepage="http://xcalib.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/xcalib/xcalib-source-${version}.tar.gz"
|
||||||
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
|
checksum="8a112ee710e5446f6c36e62345b2066f10639d500259db8c48bf1716caea06e6"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
vsed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||||
}
|
}
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin xcalib
|
vbin xcalib
|
||||||
|
|
Loading…
Add table
Reference in a new issue