libewf: update to 20140427.
This commit is contained in:
parent
415dcb6056
commit
1d6ae36c2b
1 changed files with 8 additions and 6 deletions
|
@ -1,21 +1,23 @@
|
|||
# Template file for 'libewf'
|
||||
pkgname=libewf
|
||||
version=20130128
|
||||
version=20140427
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
revision=2
|
||||
makedepends="zlib-devel bzip2-devel libuuid-devel fuse-devel"
|
||||
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="LGPL-3"
|
||||
homepage="http://code.google.com/p/libewf/"
|
||||
distfiles="http://libewf.googlecode.com/files/libewf-20130128.tar.gz"
|
||||
checksum=769a5662299485f98d50ef484e73da23813827ac52a2963b67a3e3416fd663d5
|
||||
distfiles="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-${version}.tar.gz"
|
||||
checksum=9237519a3c02da9233713547dc00bcf6291fbaf1c496fdf621783f736074665c
|
||||
|
||||
libewf-devel_package() {
|
||||
depends="libewf>=${version}"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" -- development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue