18 lines
583 B
Text
18 lines
583 B
Text
|
# Template file for 'libisofs'
|
||
|
pkgname=libisofs
|
||
|
version=0.6.24
|
||
|
distfiles="http://files.libburnia-project.org/releases/$pkgname-$version.tar.gz"
|
||
|
build_style=gnu_configure
|
||
|
configure_args="--enable-libacl --enable-xattr"
|
||
|
short_desc="Library to create ISO9660 images"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
checksum=60aea7f9b6e07d44fb3d24e8bc33cb512058ca6c28f26fdf100e95b0443b25d1
|
||
|
long_desc="
|
||
|
libisofs creates ISO images which can then be burnt with cdrskin or
|
||
|
other software."
|
||
|
|
||
|
subpackages="$pkgname-devel"
|
||
|
Add_dependency full glibc
|
||
|
Add_dependency full zlib
|
||
|
Add_dependency full acl
|