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

recipes/core/lzo/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: lzo
pkgver: '2.10'
pkgrel: '3'
pkgdesc: 'Portable lossless data compression library.'
url: 'https://www.oberhumer.com/opensource/lzo'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.oberhumer.com/opensource/${pkgname}/download/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --enable-shared \
  --docdir=/usr/share/doc/lzo-${pkgver}
  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/liblzo2.la

package: |
  true