23 lines
718 B
Bash
23 lines
718 B
Bash
# Template file for 'libisofs'
|
|
pkgname=libisofs
|
|
version=1.4.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --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=6e62824d879ffe85c0e4363677fd10f177a4c85af049d0861c70bf442b901fce
|
|
|
|
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"
|
|
}
|
|
}
|