# HG changeset patch # User Pascal Bellard # Date 1234722182 0 # Node ID 67c4b602e8c2c8db1937f7e975caff195ed28925 # Parent 86d71949f3ad715945f8b3c1988d8a65f3bba3a0 Add vacation diff -r 86d71949f3ad -r 67c4b602e8c2 vacation/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vacation/receipt Sun Feb 15 18:23:02 2009 +0000 @@ -0,0 +1,27 @@ +# SliTaz package receipt. + +PACKAGE="vacation" +VERSION="1.2.7.0" +CATEGORY="network" +SHORT_DESC="automatic mail-answering program." +MAINTAINER="pascal.bellard@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.csamuel.org/software/vacation" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="gdbm" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + sed -i 's/uname -m/echo i386/' Makefile + make +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin + cp $src/vacation $fs/usr/bin +} +