26 lines
840 B
Bash
26 lines
840 B
Bash
# Template file for 'libisofs'
|
|
pkgname=libisofs
|
|
version=1.5.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-libacl --enable-xattr"
|
|
makedepends="acl-devel zlib-devel"
|
|
short_desc="Library to create ISO9660 images"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://dev.lovelyhq.com/libburnia/web/wiki/Libisofs"
|
|
changelog="https://dev.lovelyhq.com/libburnia/libisofs/raw/branch/master/ChangeLog"
|
|
distfiles="https://files.libburnia-project.org/releases/${pkgname}-${version}.tar.gz"
|
|
checksum=aaa0ed80a7501979316f505b0b017f29cba0ea5463b751143bad2c360215a88e
|
|
|
|
libisofs-devel_package() {
|
|
depends="${makedepends} libisofs>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove usr/lib/*.so
|
|
vmove usr/lib/*.a
|
|
}
|
|
}
|