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

recipes/core/libxslt/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: libxslt
pkgver: '1.1.45'
pkgrel: '1'
pkgdesc: 'XSLT libraries used for extending libxml2 libraries to support XSLT files.'
url: 'http://xmlsoft.org/XSLT/'
arch: x86_64
depends: []
makedepends:
- automake
- autoconf
- m4
- sed
- grep
- libxml2
- libgcrypt
- python

source:
- 'https://download.gnome.org/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
    --disable-static        \
    --docdir=/usr/share/doc/${pkgname}-${pkgver} \
    PYTHON=/usr/bin/python3
  make
  make DESTDIR=${PKGDIR} install

package: |
  rm -f ${PKGDIR}/usr/lib/lib{e,}xslt.la