wok-next annotate vacation/receipt @ rev 20956

Random updates
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Sep 05 00:08:37 2018 +0300 (2018-09-05)
parents 2a21689b0af7
children 0ed3f456a542
rev   line source
al@20503 1 # SliTaz package receipt v2.
pascal@2244 2
pascal@2244 3 PACKAGE="vacation"
pascal@2244 4 VERSION="1.2.7.0"
pascal@2244 5 CATEGORY="network"
al@20503 6 SHORT_DESC="Automatic mail-answering program"
pascal@2244 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15363 8 LICENSE="GPL2"
al@20503 9 WEB_SITE="http://www.csamuel.org/software/vacation"
al@20503 10
pascal@2244 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2244 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15363 13
pascal@2271 14 BUILD_DEPENDS="gdbm-dev"
pascal@2244 15
al@20503 16 compile_rules() {
al@20503 17 make &&
al@20503 18 install -Dm755 $src/vacation $install/usr/bin/vacation
pascal@2244 19 }
pascal@2244 20
al@20503 21 genpkg_rules() {
al@20503 22 copy @std
al@20503 23 DEPENDS="gdbm"
al@20503 24 TAGS="email"
pascal@2244 25 }