wok-6.x diff dvtm/receipt @ rev 22168
corrected activesupport
author | Hans-G?nter Theisgen |
---|---|
date | Fri Nov 08 09:07:53 2019 +0100 (2019-11-08) |
parents | 4af857164608 |
children | 453c249b6219 |
line diff
1.1 --- a/dvtm/receipt Mon Sep 21 11:20:07 2015 +0200 1.2 +++ b/dvtm/receipt Fri Nov 08 09:07:53 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.