ocaml: remove long_desc.
This commit is contained in:
parent
5d307ec5be
commit
19d3793484
@ -2,7 +2,7 @@
|
|||||||
pkgname=ocaml
|
pkgname=ocaml
|
||||||
_majorver=4.00
|
_majorver=4.00
|
||||||
version=${_majorver}.0
|
version=${_majorver}.0
|
||||||
revision=3
|
revision=4
|
||||||
makedepends="gdbm-devel ncurses-devel libX11-devel"
|
makedepends="gdbm-devel ncurses-devel libX11-devel"
|
||||||
short_desc="The main implementation of the Caml language"
|
short_desc="The main implementation of the Caml language"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
@ -10,18 +10,6 @@ homepage="http://caml.inria.fr"
|
|||||||
license="QPL-1,LGPL-2"
|
license="QPL-1,LGPL-2"
|
||||||
distfiles="${homepage}/pub/distrib/${pkgname}-${_majorver}/${pkgname}-${version}.tar.bz2"
|
distfiles="${homepage}/pub/distrib/${pkgname}-${_majorver}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=ec886d7bc587ce472fcbdf294feb4b1fa2d8e7ef78ab6a4e66551699435d5cd7
|
checksum=ec886d7bc587ce472fcbdf294feb4b1fa2d8e7ef78ab6a4e66551699435d5cd7
|
||||||
long_desc="
|
|
||||||
Caml is a general-purpose programming language, designed with program safety
|
|
||||||
and reliability in mind. It is very expressive, yet easy to learn and use. Caml
|
|
||||||
supports functional, imperative, and object-oriented programming styles.
|
|
||||||
|
|
||||||
Some features are:
|
|
||||||
- A powerful type system, with parametric polymorphism and type inference.
|
|
||||||
- User-definable algebraic data types and pattern matching.
|
|
||||||
- Automatic memory management: fast, unobtrusive, incremental GC.
|
|
||||||
- A sophisticated module system.
|
|
||||||
- Expressive OO layer; multiple inheritance and parametric classes.
|
|
||||||
- Efficient native code compilers."
|
|
||||||
|
|
||||||
disable_parallel_build=yes
|
disable_parallel_build=yes
|
||||||
|
|
||||||
@ -48,7 +36,7 @@ do_install() {
|
|||||||
|
|
||||||
|
|
||||||
ocaml-compiler-libs_package() {
|
ocaml-compiler-libs_package() {
|
||||||
depends="ocaml>=${version}"
|
depends="ocaml>=${version}_${revision}"
|
||||||
short_desc+=" -- shared libraries"
|
short_desc+=" -- shared libraries"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/ocaml/compiler-libs
|
vmove usr/lib/ocaml/compiler-libs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user