wok-next view beep/receipt @ rev 21449

updated slock (1.1 -> 1.4)
author Hans-G?nter Theisgen
date Thu May 07 07:51:56 2020 +0100 (2020-05-07)
parents a5b865e166cd
children 630675d12685
line source
1 # SliTaz package receipt v2.
3 PACKAGE="beep"
4 VERSION="1.3"
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="http://www.johnath.com/beep/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 beep $install/usr/bin/beep
18 cook_pick_manpages beep.1.gz
19 }
21 genpkg_rules() {
22 copy @std
23 }
25 post_remove() {
26 ln -s /bin/busybox "$1/usr/bin/beep"
27 }