e33c6eac52
We use capabilities instead of setuid, but fixing it doesn't hurt either.
22 lines
515 B
Bash
22 lines
515 B
Bash
# Template file for 'beep'
|
|
pkgname=beep
|
|
version=1.3
|
|
revision=5
|
|
build_style=gnu-makefile
|
|
make_build_args="beep"
|
|
short_desc="Beep music composer"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
license="GPL-3"
|
|
depends="libcap-progs"
|
|
homepage="http://www.johnath.com/beep/"
|
|
distfiles="http://www.johnath.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
|
checksum=59acef7a987de5557cefd1a904666cc2691f132929af39e65450b182a581ec2d
|
|
|
|
post_extract() {
|
|
rm -f Makefile
|
|
}
|
|
do_install() {
|
|
vbin beep
|
|
gunzip beep.1.gz
|
|
vman beep.1
|
|
}
|