diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/libisofs | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/libisofs')
| -rw-r--r-- | testing/libisofs/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/libisofs/APKBUILD b/testing/libisofs/APKBUILD deleted file mode 100644 index eb8b0f1de5..0000000000 --- a/testing/libisofs/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=libisofs -pkgver=1.1.6 -pkgrel=0 -pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image" -url="http://libburnia.pykix.org/" -arch="all" -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 - rm "$pkgdir"/usr/lib/*.la -} - -md5sums="2f6088ba9ae7ed6cc91a51d2b6f2dfa0 libisofs-1.1.6.tar.gz" |
