wok view vacation/receipt @ rev 20993

gpicview: modified TARBALL
author Hans-G?nter Theisgen
date Thu Mar 07 17:13:01 2019 +0100 (2019-03-07)
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 }