wok-6.x view dvtm/receipt @ rev 19713
Up: netsurf (3.6) - Getting better but not ready for default on slitaz!
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Feb 15 20:21:32 2017 +0100 (2017-02-15) |
parents | 223b265f40fd |
children | c914135fdee1 |
line source
1 # SliTaz package receipt.
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"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$WEB_SITE/$TARBALL"
13 DEPENDS="ncursesw"
14 BUILD_DEPENDS="ncursesw-dev ncursesw-extra"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i 's|/usr/local|/usr|' config.mk
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 cp -a $install/usr/bin $fs
27 }