New package: libcello 0.9.3

This commit is contained in:
pancake 2013-07-16 10:14:16 +02:00
parent 7b2c05e812
commit 80f48e3e4c
2 changed files with 26 additions and 0 deletions

1
srcpkgs/libcello-devel Symbolic link
View File

@ -0,0 +1 @@
libcello

25
srcpkgs/libcello/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'libcello'
pkgname=libcello
version=0.9.3
revision=1
build_style=gnu-configure
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"
checksum=e4b2c475b5dac198864b03393d570074fbb6c7f7abc1a854bae78660e3ccac41
libcello-devel_package() {
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
}
}
libcello_package() {
pkg_install() {
vmove usr
}
}