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

recipes/core/sgml-common/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: sgml-common
pkgver: '0.6.3'
pkgrel: '3'
pkgdesc: Tools for maintaining centralized SGML catalogs.
url: 'http://www.docbook.org/xml/'
arch: x86_64
depends: []
makedepends:
- autoconf
- automake
- sed
- grep
source:
- 'https://anduin.linuxfromscratch.org/BLFS/sgml-common/sgml-common-${pkgver}.tgz'
- sgml-common-${pkgver}-manpage-1.patch
sha256sums:
- 7dc418c1d361123ffc5e45d61f1b97257940a8eb35d0bfbbc493381cc5b1f959
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  patch -Np1 -i ../sgml-common-${pkgver}-manpage-1.patch &&
  autoreconf -f -i
  ./configure --prefix=/usr \
              --sysconfdir=/etc
  make
  make DESTDIR=${PKGDIR} install

  # fix doc dir
  mv ${PKGDIR}/usr/doc ${PKGDIR}/usr/share/doc
package: |
  true