mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/libisofs: new aport
Library to pack up hard disk files and directories into a ISO 9660 disk image http://libburnia.pykix.org/
This commit is contained in:
parent
2410ae22f7
commit
daeee3280b
28
testing/libisofs/APKBUILD
Normal file
28
testing/libisofs/APKBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=libisofs
|
||||
pkgver=0.6.38
|
||||
pkgrel=0
|
||||
pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
|
||||
url="http://libburnia.pykix.org/"
|
||||
license="GPL"
|
||||
depends=""
|
||||
makedepends="acl-dev zlib-dev libiconv-dev"
|
||||
subpackages="$pkgname-dev"
|
||||
source="http://files.libburnia-project.org/releases/libisofs-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$pkgname-$pkgver
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
./configure --prefix=/usr \
|
||||
--enable-libacl \
|
||||
--enable-xattr \
|
||||
--disable-static
|
||||
make || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make -j1 DESTDIR="$pkgdir" install || return 1
|
||||
}
|
||||
|
||||
md5sums="0f889cd766e71c07bccc36f17bcea811 libisofs-0.6.38.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user