ruby: remove long_desc.
This commit is contained in:
parent
62cfb4b2a8
commit
23e7f3166f
|
@ -5,7 +5,7 @@ _ruby_distver="${_ruby_ver}-${_ruby_distpatchver}"
|
|||
|
||||
pkgname=ruby
|
||||
version="${_ruby_ver}${_ruby_distpatchver}"
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${_ruby_distver}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-shared --disable-rpath
|
||||
|
@ -16,11 +16,6 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="BSD"
|
||||
distfiles="ftp://ftp.ruby-lang.org/pub/ruby/2.0/$pkgname-${_ruby_distver}.tar.bz2"
|
||||
checksum=3de4e4d9aff4682fa4f8ed2b70bd0d746fae17452fc3d3a8e8f505ead9105ad9
|
||||
long_desc="
|
||||
Ruby is the interpreted scripting language for quick and easy object
|
||||
oriented programming. It has many features to process text files and to
|
||||
do system management tasks (as in Perl). It is simple, straight-forward
|
||||
and extensible."
|
||||
|
||||
hostmakedepends="pkg-config bison groff doxygen graphviz"
|
||||
makedepends="zlib-devel readline-devel libffi-devel openssl-devel
|
||||
|
|
Loading…
Reference in New Issue