aboutsummaryrefslogtreecommitdiffstats
path: root/main/ell
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-03-25 11:55:49 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-28 10:08:20 +0000
commit8ec00ed1c7be729f8ed06f7d7bdb4ac3df883faf (patch)
tree8023d4423f212bfc20c0613eb3ac3bd6e41e0787 /main/ell
parente30c47f2fbb1729271151e22ab1358eae7a49506 (diff)
downloadaports-8ec00ed1c7be729f8ed06f7d7bdb4ac3df883faf.tar.bz2
aports-8ec00ed1c7be729f8ed06f7d7bdb4ac3df883faf.tar.xz
main/ell: upgrade to 0.29
remove builddir definition and 'cd $builddir' in functions
Diffstat (limited to 'main/ell')
-rw-r--r--main/ell/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/main/ell/APKBUILD b/main/ell/APKBUILD
index 5c0ce3b24c..11daf512fe 100644
--- a/main/ell/APKBUILD
+++ b/main/ell/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=ell
-pkgver=0.28
+pkgver=0.29
pkgrel=0
pkgdesc="Linux library for embedded development"
url="https://01.org/ell"
@@ -12,10 +12,7 @@ checkdepends="dbus"
subpackages="$pkgname-dev"
source="https://mirrors.edge.kernel.org/pub/linux/libs/ell/ell-$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
-
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,13 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="427238dba7e53f33033abe990ee5b526f775a1100d6903393ae8ef7338f1a8771c2176816c7e26800f30ea3cbd12d05d3729204a192283701488ee5bc5351a4e ell-0.28.tar.gz"
+sha512sums="a6db989a978d778d4f0b91ae819d55d4e55dca288146e4a18ecd0dca04da7c59148b71b4c00fd73a59bfa7cfb358102b0b56a75be8400285cfe06e63976f4295 ell-0.29.tar.gz"