mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
xdaliclock: fix license
This commit is contained in:
parent
9809286656
commit
2ef7a5c0c1
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xdaliclock'
|
# Template file for 'xdaliclock'
|
||||||
pkgname=xdaliclock
|
pkgname=xdaliclock
|
||||||
version=2.44
|
version=2.44
|
||||||
revision=1
|
revision=2
|
||||||
build_wrksrc=X11
|
build_wrksrc=X11
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libXext-devel libXt-devel"
|
makedepends="libXext-devel libXt-devel"
|
||||||
|
@ -12,6 +12,10 @@ homepage="http://www.jwz.org/xdaliclock/"
|
||||||
distfiles="http://www.jwz.org/xdaliclock/xdaliclock-${version}.tar.gz"
|
distfiles="http://www.jwz.org/xdaliclock/xdaliclock-${version}.tar.gz"
|
||||||
checksum=800db9ad00adaeb73079370fb64452230ff186e670b6fbd36315506caab64fbf
|
checksum=800db9ad00adaeb73079370fb64452230ff186e670b6fbd36315506caab64fbf
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i -e '/a trivial ANSI C/,+10s/ { (exit 1); exit 1; };//' \
|
sed -i -e '/a trivial ANSI C/,+10s/ { (exit 1); exit 1; };//' \
|
||||||
-e '/INCLUDES=/s/.*/:/' \
|
-e '/INCLUDES=/s/.*/:/' \
|
||||||
|
|
Loading…
Add table
Reference in a new issue