~alpine/aports

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

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190227182250.30266-1-mps@arvanta.net>
Sender timestamp
1551291770
DKIM signature
missing
Download raw message
Patch: +40 -0
dependency for iwd
---
this library is dependency for iwd - internet wireless daemon

check is disabled for now till the upstream comes with solution for
dbus unit tests

 testing/ell/APKBUILD | 40 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)
 create mode 100644 testing/ell/APKBUILD

diff --git a/testing/ell/APKBUILD b/testing/ell/APKBUILD
new file mode 100644
index 0000000000..684119dcec
--- /dev/null
+++ b/testing/ell/APKBUILD
@@ -0,0 +1,40 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=ell
pkgver=0.17
pkgrel=0
pkgdesc="Linux library for embedded development"
url="https://01.org/ell"
arch="all"
license="GPL-2.0-only"
depends=""
makedepends="glib-dev"
options="!check" #Currently some tests fail. This is an environmental problem to test
subpackages="$pkgname-dev"
source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/$pkgname-${pkgver}.tar.gz"
builddir="$srcdir/$pkgname-${pkgver}"

build() {
	cd "$builddir"
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		--enable-glib
	make
}

check() {
	cd "$builddir"
	make check
}

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

sha512sums="2f35214283bc2b0d17b27a096a0457679747966cad284e3bc581b9414909f98eb3bae9c33d30e62992dccf2331886af505a07e6a73df4c54d3ac476f6791da56  ell-0.17.tar.gz"
-- 
2.20.1



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