#!/usr/bin/bash # JOBoRun : Jwm OpenBox Obarun RUNit # Maintainer : Joe Bo Run # PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname" # Website : https://pozol.eu #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=ell pkgver=0.54 pkgrel=01 pkgdesc="Embedded Linux library" arch=(x86_64) url="https://01.org/ell" #url="https://git.kernel.org/pub/scm/libs/ell/ell.git/" depends=('gcc-libs') checkdepends=('dbus') #options=('debug') # uncomment if you want debug pkg produced # https://mirrors.edge.kernel.org/pub/linux/libs/ell/sha256sums.asc source=(https://mirrors.edge.kernel.org/pub/linux/libs/$pkgname/$pkgname-$pkgver.tar.{xz,sign}) build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } check() { cd "$pkgname-$pkgver" make check } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install } #---- license gpg-key sha256sums ---- license=('LGPL2.1') validpgpkeys=('E932D120BC2AEC444E558F0106CA9F5D1DCF2659') # "Marcel Holtmann " sha256sums=(43be093b25359acd84dd2b07b45a1eacc3a4089bb01342eb3fc99ec9d94a25d9 # ell-0.54.tar.xz 7e018d8c301fe8ef1c39a93683d5c5808f7449cb1443f99f28cccf07f2f1afd6) # ell-0.54.tar.sign