wok-next annotate beep/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 630675d12685
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@2144 2
pascal@2144 3 PACKAGE="beep"
Hans-G?nter@21515 4 VERSION="1.4.9"
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"
Hans-G?nter@21516 12 WGET_URL="https://github.com/spkr-beep/$PACKAGE/archive/v$VERSION.tar.gz"
pascal@2144 13
Hans-G?nter@21515 14 compile_rules()
Hans-G?nter@21515 15 {
al@21020 16 make || return 1
al@19278 17
Hans-G?nter@21515 18 install -Dm755 beep $install/usr/bin/beep
Hans-G?nter@21515 19 # 1.4.9 not available
Hans-G?nter@21515 20 # cook_pick_manpages beep.1.gz
pascal@2144 21 }
pascal@2144 22
Hans-G?nter@21515 23 genpkg_rules()
Hans-G?nter@21515 24 {
al@21020 25 copy @std
pascal@2144 26 }
pascal@2144 27
Hans-G?nter@21515 28 post_remove()
Hans-G?nter@21515 29 {
Hans-G?nter@21515 30 ln -s /bin/busybox "$1/usr/bin/beep"
pascal@8880 31 }