[Dev] Updates for flagged packages

Leo Nunner leo at leonunner.com
Tue Jul 16 19:54:50 GMT 2019


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
> Dev at lists.parabola.nu
> 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
-------------- next part --------------
# Contributor (Arch): Florian Dejonckheere <florian at floriandejonckheere.be>
# Contributor (Arch): goodmen <goodmenlinux at gmail.com>
# Contributor (Arch): Gergely Imreh <imrehgATgmailDOTcom>
# Contributors: champus, madeye, Ranguvar and ninja_pt
# Maintainer : Parabola GNU / Linux-libre Aurélien DESBRIÈRES <aurelien at cwb.IO>

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"
}
-------------- next part --------------
# Maintainer (Arch): Bernhard Landauer <oberon at manjaro.org>
# Contributor (Arch): Matthias Maennich <arch at maennich.net>
# Maintainer: Omar Vega Ramos <ovruni at gnu.org.pe>
# Contributor: Luke Shumaker <lukeshu at parabola.nu>

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
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part
URL: <https://lists.parabola.nu/pipermail/dev/attachments/20190716/9648f4f8/attachment.sig>


More information about the Dev mailing list