libCello: update to 1.1.7.
This commit is contained in:
parent
4e89c0cc4b
commit
31d92357a1
1 changed files with 4 additions and 12 deletions
|
@ -1,19 +1,11 @@
|
||||||
# Template file for 'libcello'
|
# Template file for 'libcello'
|
||||||
pkgname=libCello
|
pkgname=libCello
|
||||||
version=1.0.0
|
version=1.1.7
|
||||||
revision=2
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
short_desc="Higher level programming in C"
|
short_desc="Higher level programming in C"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
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=65ed2b9cf72c8417dcbefe2f81d730e49c43cea857b3d5ec146a1d47512cec93
|
checksum=2273fe8257109c2dd19054beecd83ddcc780ec565a1ad02721e24efa74082908
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
|
|
||||||
make install DESTDIR=${DESTDIR} PREFIX=/usr
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue