wok view vacation/receipt @ rev 12052

jssame: remvoed extension in desktop file, added icon
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Mar 07 17:42:29 2012 -0800 (2012-03-07)
parents ad9b056de8bc
children 2a21689b0af7
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"
13 TAGS="email"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i 's/uname -m/echo i386/' Makefile
20 make
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp $src/vacation $fs/usr/bin
28 }