erlang: update to 23.1.4.
This commit is contained in:
parent
148b85230f
commit
d002dd9ec6
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'erlang'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=23.1.3
|
version=23.1.4
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="otp-OTP-${version}"
|
build_wrksrc="otp-OTP-${version}"
|
||||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
||||||
homepage="http://www.erlang.org/"
|
homepage="http://www.erlang.org/"
|
||||||
changelog="https://github.com/erlang/otp/releases"
|
changelog="https://github.com/erlang/otp/releases"
|
||||||
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
|
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
|
||||||
checksum=291e0852b71ca593f4015417f6e44c08638633c5af6648bd26582c8590390433
|
checksum=8f6718b82bbca72d7dfe0b0de10b6e043cefe9e5ac08d3f84e18f8522d794967
|
||||||
subpackages="erlang-doc"
|
subpackages="erlang-doc"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -59,7 +59,6 @@ post_install() {
|
||||||
erlang-doc_package() {
|
erlang-doc_package() {
|
||||||
short_desc="Erlang programming language documentation and examples"
|
short_desc="Erlang programming language documentation and examples"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
archs=noarch
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/erlang/doc
|
vmove usr/lib/erlang/doc
|
||||||
for i in $(cd ${DESTDIR}; find usr/lib/erlang -type d \( -path '*/examples' -o -path '*/doc/html' \))
|
for i in $(cd ${DESTDIR}; find usr/lib/erlang -type d \( -path '*/examples' -o -path '*/doc/html' \))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue