mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
New package: libcello 0.9.3
This commit is contained in:
parent
7b2c05e812
commit
80f48e3e4c
2 changed files with 26 additions and 0 deletions
1
srcpkgs/libcello-devel
Symbolic link
1
srcpkgs/libcello-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libcello
|
25
srcpkgs/libcello/template
Normal file
25
srcpkgs/libcello/template
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue