🔒 Repository is read-only – file editing is disabled.

recipes/core/mpc/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: mpc
pkgver: '1.3.1'
pkgrel: 1
pkgdesc: Library for the arithmetic of complex numbers with arbitrarily high precision.
url: 'https://www.multiprecision.org/'
arch: x86_64
depends: []
makedepends:
- gmp
- mpfr
source:
- 'https://ftp.gnu.org/gnu/mpc/mpc-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd mpc-${pkgver}
  ./configure --prefix=/usr \
  --disable-static \
  --docdir=/usr/share/doc/${pkgname}-${pkgver}
  make
  make check
  make DESTDIR=${PKGDIR} install
  make DESTDIR=${PKGDIR} install-html
package: |
  true