~alpine/aports

[alpine-aports] [PATCH] testing/weex: new aport

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20181211230101.13688-1-mps@arvanta.net>
Sender timestamp
1544569261
DKIM signature
missing
Download raw message
Patch: +41 -0
---
 testing/weex/APKBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)
 create mode 100644 testing/weex/APKBUILD

diff --git a/testing/weex/APKBUILD b/testing/weex/APKBUILD
new file mode 100644
index 0000000000..3e80dc1dbf
--- /dev/null
+++ b/testing/weex/APKBUILD
@@ -0,0 +1,41 @@
# Contributor: Milan P. Staniić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=weex
pkgver=2.8.3
pkgrel=0
pkgdesc="Non-interactive FTP and FTPS client for updating web pages"
url="http://weex.sourceforge.net/"
arch="all"
license="GPL-2.0-or-later"
depends=""
makedepends="openssl-dev"
install=""
options="!check"
subpackages="$pkgname-doc"
source="http://http.debian.net/debian/pool/main/w/weex/weex_2.8.3.tar.gz"

prepare() {
	default_prepare
	update_config_sub
}

build() {
	cd "$builddir"
	export CBUILD=$CHOST
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--disable-dependency-tracking \
		--disable-nls
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install
}

sha512sums="0444501cebb0a01dc213ec3efe046499bcabe0e84b315806e60dcc8b96d74e3157d116eba84b2bdff6657e4997dd6b1f7e689c2098b6d45b8e06e67dd74694fa  weex_2.8.3.tar.gz"
-- 
2.18.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)