wok-6.x annotate vacation/receipt @ rev 6075
xine-lib: add optionnal faad support
author | Antoine Bodin <gokhlayeh@mailoo.org> |
---|---|
date | Sat Aug 28 14:25:48 2010 +0200 (2010-08-28) |
parents | ad9b056de8bc |
children | 2a21689b0af7 |
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 |