28 lines
764 B
Text
28 lines
764 B
Text
# Template file for 'libisofs'
|
|
pkgname=libisofs
|
|
version=1.2.6
|
|
revision=2
|
|
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=c89da6821d5cac049657a27bbbc19d69b475ca51bfd595804617ee6ee2e977b7
|
|
|
|
libisofs-devel_package() {
|
|
depends="zlib-devel acl-devel attr-devel libisofs>=$version"
|
|
short_desc="${short_desc} -- development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
}
|
|
}
|
|
|
|
libisofs_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|