erlang: fix short_desc.
This commit is contained in:
parent
fa82a4a009
commit
368972669b
1 changed files with 2 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'erlang'
|
||||
pkgname=erlang
|
||||
version=17.3
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=otp_src_${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-smp-support"
|
||||
hostmakedepends="perl libxslt"
|
||||
makedepends="ncurses-devel unixodbc-devel libressl-devel
|
||||
$(vopt_if x11 'wxGTK-devel glu-devel')"
|
||||
short_desc="General-purpose concurrent functional programming language developed by Ericsson"
|
||||
short_desc="Concurrent functional programming language developed by Ericsson"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="custom"
|
||||
homepage="http://www.erlang.org/"
|
||||
|
@ -32,6 +32,5 @@ fi
|
|||
post_install() {
|
||||
vmkdir usr/share
|
||||
vcopy ../man usr/share/
|
||||
|
||||
vlicense EPLICENCE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue