libCello: unbreak build (#1779)
This commit is contained in:
parent
92c9d38ddc
commit
4b6650b776
1 changed files with 9 additions and 2 deletions
|
@ -1,11 +1,18 @@
|
||||||
# Template file for 'libcello'
|
# Template file for 'libcello'
|
||||||
pkgname=libCello
|
pkgname=libCello
|
||||||
version=1.1.7
|
version=1.1.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
|
||||||
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=2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908
|
||||||
|
|
||||||
|
do_build() {
|
||||||
|
sed -i 's,CFLAGS =,CFLAGS +=,' Makefile
|
||||||
|
make CC=$CC ${makejobs}
|
||||||
|
}
|
||||||
|
do_install() {
|
||||||
|
make PREFIX=${DESTDIR}/usr install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue