wok view dvtm/receipt @ rev 21069

updated jabberd2 (2.2.16 -> 2.7.0)
author Hans-G?nter Theisgen
date Thu Mar 14 15:45:54 2019 +0100 (2019-03-14)
parents 4af857164608
children 453c249b6219
line source
1 # SliTaz package receipt.
3 PACKAGE="dvtm"
4 VERSION="0.15"
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 DEPENDS="ncursesw"
15 BUILD_DEPENDS="ncursesw-dev ncursesw-extra"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 sed -i 's|/usr/local|/usr|' config.mk
22 make -j 1 &&
23 make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/usr/bin $fs
30 }