mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
Merge pull request #5530 from rkallos/chicken
chicken: update to 4.11.0
This commit is contained in:
commit
5fef5d0b87
2 changed files with 6 additions and 6 deletions
|
@ -979,7 +979,7 @@ libcherokee-server.so.0 libcherokee-1.2.101_1
|
||||||
libnilfs.so.0 libnilfs-2.1.0_1
|
libnilfs.so.0 libnilfs-2.1.0_1
|
||||||
libnilfsgc.so.0 libnilfs-2.1.0_1
|
libnilfsgc.so.0 libnilfs-2.1.0_1
|
||||||
libnilfscleaner.so.0 libnilfs-2.1.0_1
|
libnilfscleaner.so.0 libnilfs-2.1.0_1
|
||||||
libchicken.so.7 libchicken-4.9.0_1
|
libchicken.so.8 libchicken-4.11.0_4
|
||||||
libmdb.so.0 libmdb-0.5_1
|
libmdb.so.0 libmdb-0.5_1
|
||||||
libmdbsql.so.0 libmdb-0.5_1
|
libmdbsql.so.0 libmdb-0.5_1
|
||||||
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'chicken'
|
# Template file for 'chicken'
|
||||||
pkgname=chicken
|
pkgname=chicken
|
||||||
version=4.9.0.1
|
version=4.11.0
|
||||||
revision=4
|
revision=1
|
||||||
short_desc="A practical and portable Scheme system"
|
short_desc="A practical and portable Scheme system"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://www.call-cc.org"
|
homepage="http://www.call-cc.org"
|
||||||
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz"
|
||||||
checksum=04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815
|
checksum=e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89
|
||||||
|
|
||||||
# No ARM support??!!!
|
# No ARM support??!!!
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
|
@ -36,7 +36,7 @@ chicken-devel_package() {
|
||||||
depends="libchicken>=${version}_${revision}"
|
depends="libchicken>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue