Skip to content
Snippets Groups Projects
Verified Commit 0acf11e3 authored by alice's avatar alice
Browse files

main/mpc1: replace egrep with grep -E

parent cd420a68
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mpc1 pkgname=mpc1
pkgver=1.2.1 pkgver=1.2.1
pkgrel=0 pkgrel=1
pkgdesc="Multiprecision C library" pkgdesc="Multiprecision C library"
url="http://www.multiprecision.org/" url="http://www.multiprecision.org/"
arch="all" arch="all"
...@@ -15,7 +15,7 @@ builddir="$srcdir"/mpc-$pkgver ...@@ -15,7 +15,7 @@ builddir="$srcdir"/mpc-$pkgver
build() { build() {
# workaround for a bug in configure script # workaround for a bug in configure script
EGREP=egrep \ EGREP="grep -E" \
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -36,4 +36,6 @@ package() { ...@@ -36,4 +36,6 @@ package() {
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="3279f813ab37f47fdcc800e4ac5f306417d07f539593ca715876e43e04896e1d5bceccfb288ef2908a3f24b760747d0dbd0392a24b9b341bc3e12082e5c836ee mpc-1.2.1.tar.gz" sha512sums="
3279f813ab37f47fdcc800e4ac5f306417d07f539593ca715876e43e04896e1d5bceccfb288ef2908a3f24b760747d0dbd0392a24b9b341bc3e12082e5c836ee mpc-1.2.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment