wok view dzen2/receipt @ rev 1921

Add php-auth-sasl
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 22 17:50:18 2008 +0000 (2008-12-22)
parents
children fc784f29b3f6
line source
1 # SliTaz package receipt.
3 PACKAGE="dzen2"
4 VERSION="0.8.5"
5 CATEGORY="utils"
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"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz
17 mv config.mk.slitaz config.mk
18 make && make DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 }