wok view vacation/receipt @ rev 18106

Up pam (1.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 11:31:30 2015 +0200 (2015-06-01)
parents f917e0dfdfbd
children c8133a4dc124
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.csamuel.org/software/vacation"
11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 TAGS="email"
14 DEPENDS="gdbm"
15 BUILD_DEPENDS="gdbm-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 sed -i 's/uname -m/echo i386/' Makefile
22 make
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/bin
29 cp $src/vacation $fs/usr/bin
30 }