libisofs: update to 1.4.2.
This commit is contained in:
parent
fd9bd73721
commit
b42b94961b
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'libisofs'
|
||||
pkgname=libisofs
|
||||
version=1.4.0
|
||||
version=1.4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-libacl --enable-xattr"
|
||||
configure_args="--enable-libacl --enable-xattr"
|
||||
makedepends="acl-devel zlib-devel"
|
||||
short_desc="Library to create ISO9660 images"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://www.libburnia-project.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://files.libburnia-project.org/releases/$pkgname-$version.tar.gz"
|
||||
checksum=6e62824d879ffe85c0e4363677fd10f177a4c85af049d0861c70bf442b901fce
|
||||
checksum=d5e7f3ea613a78924dde979f699427b1c6b85ba4540d275aa67945b4a70fb3ab
|
||||
|
||||
libisofs-devel_package() {
|
||||
depends="${makedepends} libisofs>=${version}_${revision}"
|
||||
|
@ -18,6 +18,7 @@ libisofs-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/*.a
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue