wok-next annotate beep/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a5b865e166cd
children 630675d12685
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@2144 2
pascal@2144 3 PACKAGE="beep"
slaxemulator@6530 4 VERSION="1.3"
pascal@2144 5 CATEGORY="system-tools"
al@21020 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"
al@21020 10
pascal@2144 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@2144 12 WGET_URL="http://www.johnath.com/beep/$TARBALL"
pascal@2144 13
al@21020 14 compile_rules() {
al@21020 15 make || return 1
al@19278 16
al@21020 17 install -Dm755 beep $install/usr/bin/beep
al@19278 18 cook_pick_manpages beep.1.gz
pascal@2144 19 }
pascal@2144 20
al@21020 21 genpkg_rules() {
al@21020 22 copy @std
pascal@2144 23 }
pascal@2144 24
al@21020 25 post_remove() {
al@18668 26 ln -s /bin/busybox "$1/usr/bin/beep"
pascal@8880 27 }