wok-current view dvtm/receipt @ rev 15068

Up babl-dev, cookutils-daemon, frogatto-data, kmod-dev, libbonoboui-dev, libcomerr3, libcurl, libexo-dev, libpurple-dev, nagios-plugins-mysql, net6-dev, netatalk-dev, php-cups, pygobject-dev, remmina-dev, ruby-enterprise-doc, shutter-bug, ssfs-server, xfi, xfw, xine-fonts, xorg-server-Xvfb according the wanted their package versions
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 13:22:54 2013 +0000 (2013-08-13)
parents
children 223b265f40fd
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 WEB_SITE="http://www.brain-dump.org/projects/dvtm"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WGET_URL="$WEB_SITE/$TARBALL"
12 DEPENDS="ncursesw"
13 BUILD_DEPENDS="ncursesw-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 sed -i 's|/usr/local|/usr|' config.mk
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr/bin $fs
26 }