wok-next view vacation/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents 2a21689b0af7
children 0ed3f456a542
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://www.csamuel.org/software/vacation"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gdbm-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/vacation $install/usr/bin/vacation
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="gdbm"
24 TAGS="email"
25 }