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

recipes/core/autoconf/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: autoconf
pkgver: '2.73'
pkgrel: '1'
pkgdesc: For producing shell scripts that can automatically configure source code.
url: 'http://www.gnu.org/software/autoconf/'
arch: x86_64
depends: []
makedepends:
- m4
- perl
source:
- 'https://ftp.gnu.org/gnu/autoconf/autoconf-${pkgver}.tar.xz'
sha256sums:
- 9fd672b1c8425fac2fa67fa0477b990987268b90ff36d5f016dae57be0d6b52e
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make
  make check || true
  make DESTDIR=${PKGDIR} install
package: |
  true