dvtm: update to 0.14.

This commit is contained in:
Juan RP 2015-02-21 09:00:56 +01:00
parent 9321e19756
commit b30ed562c9

View File

@ -1,6 +1,6 @@
# Template file for 'dvtm'
pkgname=dvtm
version=0.13
version=0.14
revision=1
build_style=gnu-makefile
make_build_args="INCS=-I."
@ -9,9 +9,9 @@ depends="ncurses" # needs tic at post-install
short_desc="Tiling window manager for the console"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.brain-dump.org/projects/dvtm/"
license="MIT/X11"
license="MIT"
distfiles="http://www.brain-dump.org/projects/dvtm/$pkgname-$version.tar.gz"
checksum=525dba7c9da0b8e18baa910c564cadd499c28ba8aa463c6a3200ba4ce3882568
checksum=8a9bb341f8a4c578b839e22d9a707f053a27ae6df15158e16f4fee787e43747a
pre_build() {
# Do not run tic, useless in build environment.
@ -19,7 +19,7 @@ pre_build() {
sed -i '/^STRIP =/d' config.mk
sed -i 's,LDFLAGS += -L/usr/lib -L/usr/local/lib,LDFLAGS += ,g' config.mk
}
post_install() {
vlicense LICENSE
vinstall dvtm.info 644 usr/share/terminfo/d
}