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

recipes/core/autoconf-archive/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: 'autoconf-archive'
pkgver: '2024.10.16'
pkgrel: '1'
pkgdesc: 'A collection of freely re-usable Autoconf macros'
url: 'http://www.gnu.org/software/autoconf-archive/'
arch: x86_64
depends: []
makedepends:
- autoconf

source:
- 'https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install