wok annotate beep/receipt @ rev 2253

Add squirrelmail-ldapuser
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 15 22:50:52 2009 +0000 (2009-02-15)
parents
children da2298f20d8a
rev   line source
pascal@2144 1 # SliTaz package receipt.
pascal@2144 2
pascal@2144 3 PACKAGE="beep"
pascal@2144 4 VERSION="1.2.2"
pascal@2144 5 CATEGORY="system-tools"
pascal@2144 6 SHORT_DESC="Advanced pc-speaker beeper."
pascal@2144 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@2144 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2144 9 WEB_SITE="http://www.johnath.com/beep/README"
pascal@2144 10 WGET_URL="http://www.johnath.com/beep/$TARBALL"
pascal@2144 11
pascal@2144 12 # Rules to configure and make the package.
pascal@2144 13 compile_rules()
pascal@2144 14 {
pascal@2144 15 cd $src
pascal@2144 16 make
pascal@2144 17 }
pascal@2144 18
pascal@2144 19 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2144 20 genpkg_rules()
pascal@2144 21 {
pascal@2144 22 mkdir -p $fs/usr/bin
pascal@2144 23 cp $src/beep $fs/usr/bin
pascal@2144 24 }
pascal@2144 25