Revert "cbang: update to 1.6.0"
This reverts commit 66e266c88c
.
This release is not tagged in upstream.
This commit is contained in:
parent
cf06c35049
commit
c02f3835ee
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'cbang'
|
# Template file for 'cbang'
|
||||||
pkgname=cbang
|
pkgname=cbang
|
||||||
version=1.6.0
|
reverts=1.6.0_1
|
||||||
revision=1
|
version=1.5.1
|
||||||
|
revision=3
|
||||||
build_style=scons
|
build_style=scons
|
||||||
make_build_args="sharedlib=1 staticlib=1"
|
make_build_args="sharedlib=1 staticlib=1"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="${make_build_args}"
|
||||||
|
@ -13,7 +14,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://github.com/CauldronDevelopmentLLC/cbang"
|
homepage="https://github.com/CauldronDevelopmentLLC/cbang"
|
||||||
distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/CauldronDevelopmentLLC/cbang/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=f9d97aabd1557e8cb4860a0896f90d4b97218a903ad3d3e1b0fa784e2abc3d02
|
checksum=cff5e9e9280512c49439643465dec9e84f84debaa02fe2473e51b37f6fa50846
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
make_build_args+=" prefix=$DESTDIR/usr"
|
make_build_args+=" prefix=$DESTDIR/usr"
|
||||||
|
|
Loading…
Reference in New Issue