wok-next view dvtm/receipt @ rev 21050

gparted: implement SliTaz graphical "su" in a right way
Note, it isn't in *.desktop file anymore (as for gparted-0.32.0), it is inside /usr/bin/gparted script!
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Nov 28 12:35:25 2018 +0200 (2018-11-28)
parents 6c12ac1293fc
children d4781ca5cb49
line source
1 # SliTaz package receipt v2.
3 PACKAGE="dvtm"
4 VERSION="0.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="A tiling window management for the console"
7 MAINTAINER="claudinei@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.brain-dump.org/projects/dvtm/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$WEB_SITE/$TARBALL"
14 BUILD_DEPENDS="ncurses-dev ncurses-extra"
16 compile_rules() {
17 sed -i 's|/usr/local|/usr|' config.mk
19 make &&
20 make install
21 }
23 genpkg_rules() {
24 copy @std
25 DEPENDS="ncurses"
26 }