wok annotate beep/receipt @ rev 20381

Down xorg-serveur (1.12.4), needs mesa 9.2+
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 15 16:21:37 2018 +0200 (2018-06-15)
parents fca172c323cf
children 9af0e03b8ad0
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"
al@19278 9 WEB_SITE="http://www.johnath.com/beep/README"
pascal@2144 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
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
al@19278 17
al@19278 18 cook_pick_manpages beep.1.gz
pascal@2144 19 }
pascal@2144 20
pascal@2144 21 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@2144 22 genpkg_rules()
pascal@2144 23 {
pascal@2144 24 mkdir -p $fs/usr/bin
al@19278 25 cp -a $src/beep $fs/usr/bin
pascal@2144 26 }
pascal@2144 27
pascal@8880 28 post_remove()
pascal@8880 29 {
al@18668 30 ln -s /bin/busybox "$1/usr/bin/beep"
pascal@8880 31 }