2014-07-07 18:11:47 +00:00
|
|
|
# Template file for 'abduco'
|
|
|
|
pkgname=abduco
|
2014-11-19 21:28:13 +00:00
|
|
|
version=0.2
|
2014-07-07 18:11:47 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-makefile
|
|
|
|
short_desc="Session management in a clean and simple way"
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
license="ISC"
|
|
|
|
homepage="http://www.brain-dump.org/projects/abduco/"
|
|
|
|
distfiles="http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${version}.tar.gz"
|
2014-11-19 21:28:13 +00:00
|
|
|
checksum=c8b75a903b0914dd7804d57566f571f3f5efa91e46482bfb4652400156a71912
|
2014-07-07 18:11:47 +00:00
|
|
|
|
|
|
|
pre_build() {
|
2014-11-19 21:28:13 +00:00
|
|
|
sed -i '/^STRIP =/d' config.mk
|
2014-07-07 18:11:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
vdoc README
|
|
|
|
}
|