chicken: update to 4.11.0
This commit is contained in:
parent
1099aba37d
commit
499c69f1b5
|
@ -980,7 +980,7 @@ libcherokee-server.so.0 libcherokee-1.2.101_1
|
|||
libnilfs.so.0 libnilfs-2.1.0_1
|
||||
libnilfsgc.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
|
||||
libmdbsql.so.0 libmdb-0.5_1
|
||||
libkeybinder.so.0 libkeybinder2-0.3.0_1
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'chicken'
|
||||
pkgname=chicken
|
||||
version=4.9.0.1
|
||||
revision=4
|
||||
version=4.11.0
|
||||
revision=1
|
||||
short_desc="A practical and portable Scheme system"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="BSD"
|
||||
homepage="http://www.call-cc.org"
|
||||
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
||||
checksum=04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815
|
||||
distfiles="http://code.call-cc.org/releases/$version/$pkgname-$version.tar.gz"
|
||||
checksum=e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89
|
||||
|
||||
# No ARM support??!!!
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
|
@ -36,7 +36,7 @@ chicken-devel_package() {
|
|||
depends="libchicken>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user