wok-next diff dvtm/receipt @ rev 21245
updated cups-filters (1.11.1 -> 1.25.13)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Dec 05 15:55:07 2019 +0100 (2019-12-05) |
parents | 6c12ac1293fc |
children | d4781ca5cb49 |
line diff
1.1 --- a/dvtm/receipt Mon Oct 16 13:38:21 2017 +0200 1.2 +++ b/dvtm/receipt Thu Dec 05 15:55:07 2019 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="dvtm" 1.8 VERSION="0.9" 1.9 @@ -6,22 +6,21 @@ 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 +WEB_SITE="http://www.brain-dump.org/projects/dvtm/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 WGET_URL="$WEB_SITE/$TARBALL" 1.18 1.19 -DEPENDS="ncurses" 1.20 BUILD_DEPENDS="ncurses-dev ncurses-extra" 1.21 1.22 -# Rules to configure and make the package. 1.23 -compile_rules() 1.24 -{ 1.25 +compile_rules() { 1.26 sed -i 's|/usr/local|/usr|' config.mk 1.27 - make && make install 1.28 + 1.29 + make && 1.30 + make install 1.31 } 1.32 1.33 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 -genpkg_rules() 1.35 -{ 1.36 - cp -a $install/usr/bin $fs 1.37 +genpkg_rules() { 1.38 + copy @std 1.39 + DEPENDS="ncurses" 1.40 }