wok-4.x annotate vacation/receipt @ rev 11264
Up: gnutls (3.0.7), add nettle (2.4)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Wed Nov 09 11:54:03 2011 +0000 (2011-11-09) |
parents | ad9b056de8bc |
children |
rev | line source |
---|---|
pascal@2244 | 1 # SliTaz package receipt. |
pascal@2244 | 2 |
pascal@2244 | 3 PACKAGE="vacation" |
pascal@2244 | 4 VERSION="1.2.7.0" |
pascal@2244 | 5 CATEGORY="network" |
pascal@2244 | 6 SHORT_DESC="automatic mail-answering program." |
pascal@2244 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@2244 | 8 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@2244 | 9 WEB_SITE="http://www.csamuel.org/software/vacation" |
pascal@2244 | 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" |
pascal@2244 | 11 DEPENDS="gdbm" |
pascal@2271 | 12 BUILD_DEPENDS="gdbm-dev" |
jozee@4975 | 13 TAGS="email" |
pascal@2244 | 14 |
pascal@2244 | 15 # Rules to configure and make the package. |
pascal@2244 | 16 compile_rules() |
pascal@2244 | 17 { |
pascal@2244 | 18 cd $src |
pascal@2244 | 19 sed -i 's/uname -m/echo i386/' Makefile |
pascal@2244 | 20 make |
pascal@2244 | 21 } |
pascal@2244 | 22 |
pascal@2244 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@2244 | 24 genpkg_rules() |
pascal@2244 | 25 { |
pascal@2244 | 26 mkdir -p $fs/usr/bin |
pascal@2244 | 27 cp $src/vacation $fs/usr/bin |
pascal@2244 | 28 } |
pascal@2244 | 29 |