wok-4.x view dzen2/receipt @ rev 4908

Up: slitaz-doc (3.1) - Provide now a getting started guide
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 12 22:25:57 2010 +0100 (2010-02-12)
parents fc784f29b3f6
children 74a6a43bf614
line source
1 # SliTaz package receipt.
3 PACKAGE="dzen2"
4 VERSION="0.8.5"
5 CATEGORY="utilities"
6 SHORT_DESC="A general purpose messaging and notification program. "
7 MAINTAINER="mallory@sweetpeople.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://gotmor.googlepages.com/dzen"
10 WGET_URL="http://gotmor.googlepages.com/$TARBALL"
11 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz
18 mv config.mk.slitaz config.mk
19 make && make DESTDIR=$PWD/_pkg install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }