New package: beep-1.3

This commit is contained in:
Andrea Brancaleoni 2015-04-29 02:56:43 +02:00
parent 4cab75513f
commit 68def93025
2 changed files with 24 additions and 0 deletions
srcpkgs/beep

6
srcpkgs/beep/INSTALL Normal file
View file

@ -0,0 +1,6 @@
# INSTALL
case "$ACTION" in
post)
setcap cap_dac_override,cap_sys_tty_config+ep /usr/bin/beep
;;
esac

18
srcpkgs/beep/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'beep'
pkgname=beep
version=1.3
revision=1
build_style=gnu-makefile
short_desc="Beep music composer"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3"
depends="libcap-progs"
homepage="http://www.johnath.com/beep/"
distfiles="http://www.johnath.com/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=59acef7a987de5557cefd1a904666cc2691f132929af39e65450b182a581ec2d
do_install() {
vbin beep
gunzip beep.1.gz
vman beep.1
}