On Tue, 2019-07-16 at 14:16 -0400, bill-auger wrote:
> gj Leo - excellent report
> 
> FWIW, probably the only reason that those packages do not have
> arm in the arch() array is they were added before parabola had
> an arm port - whenever i see one with arm missing i try to build
> it for arm - there are sometimes missing dependencies; but
> otherwise we should try to add as many packages to the arm port
> as is possible
> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.parabola.nu/mailman/listinfo/dev

Both of these packages seem to build just fine for arm - see the
updated versions in the attachments
# Contributor (Arch): Florian Dejonckheere <[email protected]>
# Contributor (Arch): goodmen <[email protected]>
# Contributor (Arch): Gergely Imreh <imrehgATgmailDOTcom>
# Contributors: champus, madeye, Ranguvar and ninja_pt
# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <[email protected]>

pkgname=ipmiutil
pkgver=3.1.3
pkgrel=1
pkgdesc="A simple program that lists results from the hardware detection 
library."
arch=('i686' 'x86_64' 'armv7h')
url="http://sourceforge.net/projects/ipmiutil/";
license=('BSD3')
depends=('openssl')
options=('!emptydirs')
source=("http://prdownloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
md5sums=('0d448d14726e2fda0eb9451fb2866a5c')

build()
{
        cd "${srcdir}/${pkgname}-${pkgver}"

        ./configure --enable-gpl --libdir=/usr/lib --bindir=/usr/bin
        make
}

package()
{
        cd "${srcdir}/${pkgname}-${pkgver}"
        make DESTDIR="${pkgdir}" install

        cd "${pkgdir}"
pwd
        mv -v usr/sbin/* usr/bin/
        rmdir -v usr/sbin/

        install -Dm644 "${srcdir}/${pkgname}-${pkgver}/COPYING" 
"${pkgdir}/usr/share/licenses/ipmiutil/LICENSE"
}
# Maintainer (Arch): Bernhard Landauer <[email protected]>
# Contributor (Arch): Matthias Maennich <[email protected]>
# Maintainer: Omar Vega Ramos <[email protected]>
# Contributor: Luke Shumaker <[email protected]>

pkgname=command-not-found
pkgver=0.6.2
pkgrel=2
pkgdesc="In case a command could not be found this utility searches for 
packages containing this or a similar command (bash,zsh)."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/metti/$pkgname";
license=('GPL3')
depends=('boost-libs' 'libarchive' 'tdb' 'wget')
makedepends=('boost' 'cmake' 'git')
install=$pkgname.install
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('a5946d2180b67ff16f0cd4d248dce3fcee36cbf535b946e50c90c55dc6cf31aa')

build() {
  cd $pkgname-$pkgver
  cmake \
    -DCMAKE_BUILD_TYPE=Release \
    -DCMAKE_INSTALL_PREFIX="" \
    src
  make
}

package(){
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to