dvtm: update to 0.13.
This commit is contained in:
parent
fb8780ad41
commit
753880d213
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'dvtm'
|
||||
pkgname=dvtm
|
||||
version=0.12
|
||||
version=0.13
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="INCS=-I."
|
||||
|
@ -11,12 +11,12 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.brain-dump.org/projects/dvtm/"
|
||||
license="MIT/X11"
|
||||
distfiles="http://www.brain-dump.org/projects/dvtm/$pkgname-$version.tar.gz"
|
||||
checksum=6eb06f109f6fb012360ecc787566623267f16d092d7a02d7c0198df360d79c61
|
||||
checksum=525dba7c9da0b8e18baa910c564cadd499c28ba8aa463c6a3200ba4ce3882568
|
||||
|
||||
pre_build() {
|
||||
# Do not run tic, useless in build environment.
|
||||
sed -i 's,tic,/bin/true,g' Makefile
|
||||
sed -i 's,@strip,@${STRIP},g' Makefile
|
||||
sed -i '/^STRIP =/d' config.mk
|
||||
sed -i 's,LDFLAGS += -L/usr/lib -L/usr/local/lib,LDFLAGS += ,g' config.mk
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue