wok-next view 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
line source
1 # SliTaz package receipt v2.
3 PACKAGE="beep"
4 VERSION="1.4.9"
5 CATEGORY="system-tools"
6 SHORT_DESC="Advanced PC-speaker beeper"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.johnath.com/beep/README"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/spkr-beep/$PACKAGE/archive/v$VERSION.tar.gz"
14 compile_rules()
15 {
16 make || return 1
18 install -Dm755 beep $install/usr/bin/beep
19 # 1.4.9 not available
20 # cook_pick_manpages beep.1.gz
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }
28 post_remove()
29 {
30 ln -s /bin/busybox "$1/usr/bin/beep"
31 }