wok diff dvtm/receipt @ rev 23882

Add libraryopt
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 14 08:52:59 2020 +0000 (2020-07-14)
parents 4af857164608
children 453c249b6219
line diff
     1.1 --- a/dvtm/receipt	Mon Sep 21 11:20:07 2015 +0200
     1.2 +++ b/dvtm/receipt	Tue Jul 14 08:52:59 2020 +0000
     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.