wok annotate vacation/receipt @ rev 23611
updated re2c (1.2.1 -> 1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 06:45:07 2020 +0100 (2020-04-14) |
parents | 2a21689b0af7 |
children | 922f061231c2 |
rev | line source |
---|---|
pascal@2244 | 1 # SliTaz package receipt. |
pascal@2244 | 2 |
pascal@2244 | 3 PACKAGE="vacation" |
Hans-G?nter@22092 | 4 VERSION="3.3.0" |
pascal@2244 | 5 CATEGORY="network" |
Hans-G?nter@22092 | 6 TAGS="email" |
Hans-G?nter@22092 | 7 SHORT_DESC="Automatic mail-answering program." |
pascal@2244 | 8 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15363 | 9 LICENSE="GPL2" |
Hans-G?nter@22092 | 10 WEB_SITE="http://www.linux.it/~md/software/" |
Hans-G?nter@22092 | 11 |
pascal@2244 | 12 TARBALL="$PACKAGE-$VERSION.tar.gz" |
Hans-G?nter@22092 | 13 WGET_URL="${WEB_SITE}${PACKAGE}_$VERSION.tar.gz" |
pascal@15363 | 14 |
pascal@2244 | 15 DEPENDS="gdbm" |
Hans-G?nter@22092 | 16 BUILD_DEPENDS="db-dev gdbm-dev" |
pascal@2244 | 17 |
pascal@2244 | 18 # Rules to configure and make the package. |
pascal@2244 | 19 compile_rules() |
pascal@2244 | 20 { |
pascal@2244 | 21 sed -i 's/uname -m/echo i386/' Makefile |
pascal@2244 | 22 make |
pascal@2244 | 23 } |
pascal@2244 | 24 |
pascal@2244 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2244 | 26 genpkg_rules() |
pascal@2244 | 27 { |
pascal@2244 | 28 mkdir -p $fs/usr/bin |
pascal@2244 | 29 cp $src/vacation $fs/usr/bin |
pascal@2244 | 30 } |