mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
libCello: update to 2.0.3.
This commit is contained in:
parent
cbdf59e7b1
commit
090f478a95
1 changed files with 6 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'libcello'
|
# Template file for 'libcello'
|
||||||
pkgname=libCello
|
pkgname=libCello
|
||||||
version=1.1.7
|
version=2.0.3
|
||||||
revision=3
|
revision=1
|
||||||
short_desc="Higher level programming in C"
|
short_desc="Higher level programming in C"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.libcello.org/"
|
homepage="http://www.libcello.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz"
|
distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz"
|
||||||
checksum=2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908
|
checksum=2ebe995f0175c8397f41a32751e60d1b4907eddae7c1442c67d484a16d1c6b99
|
||||||
|
|
||||||
post_configure() {
|
post_configure() {
|
||||||
# There is no include <execinfo.h> in musl libc
|
# There is no include <execinfo.h> in musl libc
|
||||||
|
@ -21,3 +21,6 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
make PREFIX=${DESTDIR}/usr install
|
make PREFIX=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.md LICENSE
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue