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

recipes/utils/libisofs/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: libisofs
pkgver: '1.5.8.2'
pkgrel: '1'
pkgdesc: 'Library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet'
url: 'http://libburnia.pykix.org/'
arch: x86_64
depends: []
makedepends:
- acl

source:
- 'https://files.libburnia-project.org/releases/${pkgname}-1.5.8.pl02.tar.gz'

sha256sums:
- SKIP

build: |
  mv ${pkgname}-1.5.8 ${pkgname}-${pkgver}
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --disable-static \
              --enable-libacl --enable-xattr

  make
  make DESTDIR=${PKGDIR} install
  rm -f ${PKGDIR}/usr/lib/${pkgname}.la

package: |
  true