# HG changeset patch # User Mallory MOLLO # Date 1228508909 -3600 # Node ID 5c5856fc035dc3b24047168df86df4d070334d0a # Parent 3687ab277aebbbf226a2123bb5b66c767ffeae1a Add: dzen2 diff -r 3687ab277aeb -r 5c5856fc035d dzen2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dzen2/receipt Fri Dec 05 21:28:29 2008 +0100 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="dzen2" +VERSION="0.8.5" +CATEGORY="utils" +SHORT_DESC="A general purpose messaging and notification program. " +MAINTAINER="mallory@sweetpeople.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gotmor.googlepages.com/dzen" +WGET_URL="http://gotmor.googlepages.com/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -e 's/\/usr\/local/\/usr/' < config.mk > config.mk.slitaz + mv config.mk.slitaz config.mk + make && make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr +} +