wok annotate vacation/receipt @ rev 15919

openbox: depends on xorg-libXcursor (fix no X in justx flavor)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 18 17:43:11 2014 +0100 (2014-02-18)
parents f917e0dfdfbd
children c8133a4dc124
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@15363 8 LICENSE="GPL2"
pascal@2244 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2244 10 WEB_SITE="http://www.csamuel.org/software/vacation"
pascal@2244 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@15363 12 TAGS="email"
pascal@15363 13
pascal@2244 14 DEPENDS="gdbm"
pascal@2271 15 BUILD_DEPENDS="gdbm-dev"
pascal@2244 16
pascal@2244 17 # Rules to configure and make the package.
pascal@2244 18 compile_rules()
pascal@2244 19 {
pascal@2244 20 cd $src
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 }
pascal@2244 31