wok-current view beep/receipt @ rev 6920
fix vde2
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Fri Oct 22 20:21:27 2010 +0200 (2010-10-22) | 
| parents | b9ee71321e3a | 
| children | a63c2567749b | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="beep"
     4 VERSION="1.3"
     5 CATEGORY="system-tools"
     6 SHORT_DESC="Advanced pc-speaker beeper."
     7 MAINTAINER="pascal.bellard@slitaz.org"
     8 TARBALL="$PACKAGE-$VERSION.tar.gz"
     9 WEB_SITE="http://www.johnath.com/beep/README"
    10 WGET_URL="http://www.johnath.com/beep/$TARBALL"
    12 # Rules to configure and make the package.
    13 compile_rules()
    14 {
    15 	cd $src
    16 	make
    17 }
    19 # Rules to gen a SliTaz package suitable for Tazpkg.
    20 genpkg_rules()
    21 {
    22 	mkdir -p $fs/usr/bin
    23 	cp $src/beep $fs/usr/bin
    24 }