wok rev 20858
updated dvtm (0.9 -> 0.15)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 21 17:41:22 2019 +0100 (2019-02-21) |
parents | 4145e48d6b69 |
children | fcd3d43eadad |
files | dvtm/receipt |
line diff
1.1 --- a/dvtm/receipt Thu Feb 21 17:28:02 2019 +0100 1.2 +++ b/dvtm/receipt Thu Feb 21 17:41:22 2019 +0100 1.3 @@ -1,12 +1,13 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dvtm" 1.7 -VERSION="0.9" 1.8 +VERSION="0.15" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="A tiling window management for the console" 1.11 MAINTAINER="claudinei@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="http://www.brain-dump.org/projects/dvtm" 1.14 + 1.15 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 WGET_URL="$WEB_SITE/$TARBALL" 1.17 1.18 @@ -17,7 +18,9 @@ 1.19 compile_rules() 1.20 { 1.21 sed -i 's|/usr/local|/usr|' config.mk 1.22 - make && make install 1.23 + 1.24 + make -j 1 && 1.25 + make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.