mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=17.3
|
version=17.3
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=otp_src_${version}
|
wrksrc=otp_src_${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-smp-support"
|
configure_args="--enable-smp-support"
|
||||||
hostmakedepends="perl libxslt"
|
hostmakedepends="perl libxslt"
|
||||||
makedepends="ncurses-devel unixodbc-devel libressl-devel
|
makedepends="ncurses-devel unixodbc-devel libressl-devel
|
||||||
$(vopt_if x11 'wxGTK-devel glu-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>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://www.erlang.org/"
|
homepage="http://www.erlang.org/"
|
||||||
|
@ -32,6 +32,5 @@ fi
|
||||||
post_install() {
|
post_install() {
|
||||||
vmkdir usr/share
|
vmkdir usr/share
|
||||||
vcopy ../man usr/share/
|
vcopy ../man usr/share/
|
||||||
|
|
||||||
vlicense EPLICENCE
|
vlicense EPLICENCE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue