mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xzoom: fix license, update homepage and disfiles links, vsed
This commit is contained in:
parent
36f7aed8e1
commit
5603e19405
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'xzoom'
|
# Template file for 'xzoom'
|
||||||
pkgname=xzoom
|
pkgname=xzoom
|
||||||
version=0.3
|
version=0.3
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="imake"
|
hostmakedepends="imake"
|
||||||
makedepends="libXt-devel libXext-devel"
|
makedepends="libXt-devel libXext-devel"
|
||||||
short_desc="Magnify part of X display, with real-time updates"
|
short_desc="Magnify part of X display, with real-time updates"
|
||||||
maintainer="Daniel Santana <daniel@santana.tech>"
|
maintainer="Daniel Santana <daniel@santana.tech>"
|
||||||
license="Custom"
|
license="custom:xzoom"
|
||||||
homepage="http://sunsite.unc.edu/pub/linux/libs/X/"
|
homepage="http://www.ibiblio.org/pub/linux/libs/X/"
|
||||||
distfiles="http://webdiis.unizar.es/pub/unix/X11/${pkgname}-${version}.tgz"
|
distfiles="http://www.ibiblio.org/pub/linux/libs/X/xzoom-${version}.tgz"
|
||||||
checksum=b26bfd692d3e1d30e8d524d4018fc3f0fe847983a2778a4a2496784bfc2df44b
|
checksum=b26bfd692d3e1d30e8d524d4018fc3f0fe847983a2778a4a2496784bfc2df44b
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
CC=cc xmkmf
|
CC=cc xmkmf
|
||||||
sed -i "s@-O2@$CFLAGS@" ./Makefile
|
vsed -i "s@-O2@$CFLAGS@" ./Makefile
|
||||||
make CC=$CC CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
|
make CC=$CC CDEBUGFLAGS="${CFLAGS}" EXTRA_LDOPTIONS="${LDFLAGS}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue