abduco: fix building

This commit is contained in:
Duncaen 2015-05-31 10:42:57 +02:00
parent 1f765be25f
commit 70388d67bc

View file

@ -1,7 +1,7 @@
# Template file for 'abduco' # Template file for 'abduco'
pkgname=abduco pkgname=abduco
version=0.4 version=0.4
revision=1 revision=2
build_pie=yes build_pie=yes
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Session management in a clean and simple way" short_desc="Session management in a clean and simple way"
@ -11,6 +11,10 @@ homepage="http://www.brain-dump.org/projects/abduco/"
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb
do_build() {
make CC="$CC"
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE
} }