wok annotate beep/receipt @ rev 19111

gtk-theme-{albatross,blackbird,bluebird,greybird,orion}: define all gtk2 icon-related sizes
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 06 15:40:30 2016 +0300 (2016-05-06)
parents 8d6f480bf664
children a5b865e166cd
rev   line source
pascal@2144 1 # SliTaz package receipt.
pascal@2144 2
pascal@2144 3 PACKAGE="beep"
slaxemulator@6530 4 VERSION="1.3"
pascal@2144 5 CATEGORY="system-tools"
pascal@2144 6 SHORT_DESC="Advanced pc-speaker beeper."
pascal@2144 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15482 8 LICENSE="GPL2"
pascal@2144 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2144 10 WEB_SITE="http://www.johnath.com/beep/README"
pascal@2144 11 WGET_URL="http://www.johnath.com/beep/$TARBALL"
pascal@2144 12
pascal@2144 13 # Rules to configure and make the package.
pascal@2144 14 compile_rules()
pascal@2144 15 {
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
pascal@8880 26 post_remove()
pascal@8880 27 {
al@18668 28 ln -s /bin/busybox "$1/usr/bin/beep"
pascal@8880 29 }