void-packages/srcpkgs/libCello/template

20 lines
496 B
Text
Raw Normal View History

2013-07-16 08:14:16 +00:00
# Template file for 'libcello'
2013-07-26 08:02:58 +00:00
pkgname=libCello
version=1.0.0
2013-07-16 08:14:16 +00:00
revision=1
short_desc="Higher level programming in C"
maintainer="pancake <pancake@nopcode.org>"
homepage="http://www.libcello.org/"
license="BSD"
distfiles="http://$pkgname.org/static/$pkgname-$version.tar.gz"
2013-07-26 08:02:58 +00:00
checksum=65ed2b9cf72c8417dcbefe2f81d730e49c43cea857b3d5ec146a1d47512cec93
2013-07-16 08:14:16 +00:00
2013-07-26 08:02:58 +00:00
do_build() {
make ${makejobs}
}
do_install() {
mkdir -p ${DESTDIR}/usr/lib ${DESTDIR}/usr/include
make install DESTDIR=${DESTDIR} PREFIX=/usr
2013-07-16 08:14:16 +00:00
}