# HG changeset patch # User Hans-G?nter Theisgen # Date 1550767282 -3600 # Node ID c914135fdee1b2fbc3b04d3a99b07dbbf0cba264 # Parent 4145e48d6b69cd7cca79a6d195883a7b1c04a18b updated dvtm (0.9 -> 0.15) diff -r 4145e48d6b69 -r c914135fdee1 dvtm/receipt --- a/dvtm/receipt Thu Feb 21 17:28:02 2019 +0100 +++ b/dvtm/receipt Thu Feb 21 17:41:22 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="dvtm" -VERSION="0.9" +VERSION="0.15" CATEGORY="system-tools" SHORT_DESC="A tiling window management for the console" MAINTAINER="claudinei@slitaz.org" LICENSE="MIT" WEB_SITE="http://www.brain-dump.org/projects/dvtm" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$WEB_SITE/$TARBALL" @@ -17,7 +18,9 @@ compile_rules() { sed -i 's|/usr/local|/usr|' config.mk - make && make install + + make -j 1 && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.