23 lines
715 B
Text
23 lines
715 B
Text
# Template file for 'libisofs'
|
|
pkgname=libisofs
|
|
version=1.3.8
|
|
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@gmail.com>"
|
|
homepage="http://www.libburnia-project.org"
|
|
license="GPL-2"
|
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-$version.tar.gz"
|
|
checksum=acd7bf42d5d1d5c277f4aad46e5b96229045a38a0fb7d43cfd7841ee3268fda5
|
|
|
|
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"
|
|
}
|
|
}
|