# Description: library to create an ISO-9660 filesystem, and supports extensions like RockRidge or Joliet # URL: https://directory.fsf.org/wiki/Libisofs # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: name=libisofs version=1.5.6 release=1 source=(https://files.libburnia-project.org/releases/${name}-${version}.tar.gz) build() { cd ${name}-${version} ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var \ --libdir=/usr/lib \ --libexecdir=/usr/lib/$name \ --infodir=/usr/share/info \ --mandir=/usr/share/man make make DESTDIR=$PKG install }