24 lines
719 B
Bash
24 lines
719 B
Bash
# Template file for 'libisofs'
|
|
pkgname=libisofs
|
|
version=1.4.6
|
|
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="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.libburnia-project.org"
|
|
license="GPL-2"
|
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-$version.tar.gz"
|
|
checksum=14ab0b384e988d651092ca184d5f18dba83a9cfa05ff5e581770d6baa879a50a
|
|
|
|
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
|
|
}
|
|
}
|