beep: fix PIE.

No makefile is better than this.
This commit is contained in:
Christian Neukirchen 2016-05-24 13:10:01 +02:00
parent 8ec1960d25
commit 2c8166abb3
1 changed files with 5 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Template file for 'beep' # Template file for 'beep'
pkgname=beep pkgname=beep
version=1.3 version=1.3
revision=2 revision=3
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="beep"
short_desc="Beep music composer" short_desc="Beep music composer"
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>" maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
license="GPL-3" license="GPL-3"
@ -11,6 +12,9 @@ homepage="http://www.johnath.com/beep/"
distfiles="http://www.johnath.com/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://www.johnath.com/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=59acef7a987de5557cefd1a904666cc2691f132929af39e65450b182a581ec2d checksum=59acef7a987de5557cefd1a904666cc2691f132929af39e65450b182a581ec2d
post_extract() {
rm -f Makefile
}
do_install() { do_install() {
vbin beep vbin beep
gunzip beep.1.gz gunzip beep.1.gz