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

recipes/core/automake/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: automake
pkgver: '1.18.1'
pkgrel: '1'
pkgdesc: 'Contains programs for generating Makefiles for use with Autoconf.'
url: 'http://www.gnu.org/software/automake/'
arch: x86_64
depends: []
makedepends:
- perl
- autoconf

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

sha256sums:
- SKIP

build: |
  cd automake-${pkgver}

  ./configure --prefix=/usr \
  --docdir=${PKGDIR}/usr/share/doc/automake
  make
  make prefix=${PKGDIR}/usr install

package: |
  true