wok rev 22092

updated vacation (1.2.7.0 -> 3.3.04)
author Hans-G?nter Theisgen
date Thu Oct 31 16:27:24 2019 +0100 (2019-10-31)
parents 268e759bcf02
children 1b452c5bf7a6
files vacation/receipt
line diff
     1.1 --- a/vacation/receipt	Thu Oct 31 15:20:14 2019 +0100
     1.2 +++ b/vacation/receipt	Thu Oct 31 16:27:24 2019 +0100
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vacation"
     1.7 -VERSION="1.2.7.0"
     1.8 +VERSION="3.3.0"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="automatic mail-answering program."
    1.11 +TAGS="email"
    1.12 +SHORT_DESC="Automatic mail-answering program."
    1.13  MAINTAINER="pascal.bellard@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://www.linux.it/~md/software/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.18 -WEB_SITE="http://www.csamuel.org/software/vacation"
    1.19 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.20 -TAGS="email"
    1.21 +WGET_URL="${WEB_SITE}${PACKAGE}_$VERSION.tar.gz"
    1.22  
    1.23  DEPENDS="gdbm"
    1.24 -BUILD_DEPENDS="gdbm-dev"
    1.25 +BUILD_DEPENDS="db-dev gdbm-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31  	sed -i 's/uname -m/echo i386/' Makefile
    1.32  	make
    1.33  }
    1.34 @@ -28,4 +28,3 @@
    1.35  	mkdir -p $fs/usr/bin
    1.36  	cp $src/vacation $fs/usr/bin
    1.37  }
    1.38 -