chicken: remove long_desc.
This commit is contained in:
parent
e8fe88201c
commit
bfdacd5548
|
@ -1,18 +1,13 @@
|
|||
# Template file for 'chicken'
|
||||
pkgname=chicken
|
||||
version=4.8.0.5
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="A practical and portable Scheme system"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="http://www.call-cc.org"
|
||||
distfiles="http://code.call-cc.org/releases/${version%.*}/$pkgname-$version.tar.gz"
|
||||
checksum=5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb
|
||||
long_desc="
|
||||
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces
|
||||
portable, efficient C, supports almost all of the R5RS Scheme language
|
||||
standard, and includes many enhancements and extensions. CHICKEN runs on
|
||||
Linux, MacOS X, Windows, and many Unix flavours."
|
||||
|
||||
# No ARM support??!!!
|
||||
only_for_archs="i686 x86_64"
|
||||
|
@ -34,7 +29,7 @@ libchicken_package() {
|
|||
}
|
||||
|
||||
chicken-devel_package() {
|
||||
depends="libchicken>=${version}"
|
||||
depends="libchicken>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue