Merge pull request #1692 from Duncaen/fix/abduco

abduco: fix building
This commit is contained in:
Juan RP 2015-05-31 11:42:53 +02:00
commit c691ffef47

View file

@ -1,7 +1,7 @@
# Template file for 'abduco'
pkgname=abduco
version=0.4
revision=1
revision=2
build_pie=yes
build_style=gnu-makefile
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"
checksum=bda3729df116ce41f9a087188d71d934da2693ffb1ebcf33b803055eb478bcbb
do_build() {
make CC="$CC"
}
post_install() {
vlicense LICENSE
}