wok view vacation/receipt @ rev 3124

Up: ntp (4.2.4p7) [security fix]
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue May 19 14:56:15 2009 +0200 (2009-05-19)
parents 67c4b602e8c2
children f917e0dfdfbd
line source
1 # SliTaz package receipt.
3 PACKAGE="vacation"
4 VERSION="1.2.7.0"
5 CATEGORY="network"
6 SHORT_DESC="automatic mail-answering program."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.csamuel.org/software/vacation"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
11 DEPENDS="gdbm"
12 BUILD_DEPENDS="gdbm-dev"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 sed -i 's/uname -m/echo i386/' Makefile
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp $src/vacation $fs/usr/bin
27 }