libCello: update to 2.0.3.
This commit is contained in:
parent
cbdf59e7b1
commit
090f478a95
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libcello'
|
||||
pkgname=libCello
|
||||
version=1.1.7
|
||||
revision=3
|
||||
version=2.0.3
|
||||
revision=1
|
||||
short_desc="Higher level programming in C"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.libcello.org/"
|
||||
license="BSD"
|
||||
distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz"
|
||||
checksum=2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908
|
||||
checksum=2ebe995f0175c8397f41a32751e60d1b4907eddae7c1442c67d484a16d1c6b99
|
||||
|
||||
post_configure() {
|
||||
# There is no include <execinfo.h> in musl libc
|
||||
|
@ -21,3 +21,6 @@ do_build() {
|
|||
do_install() {
|
||||
make PREFIX=${DESTDIR}/usr install
|
||||
}
|
||||
post_install() {
|
||||
vlicense LICENSE.md LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue