libewf: update to 20171104.
This commit is contained in:
parent
2dcce09bfd
commit
42f01aa18c
|
@ -1769,7 +1769,7 @@ libnetfilter_acct.so.1 libnetfilter_acct-1.0.2_1
|
||||||
libnetfilter_conntrack.so.3 libnetfilter_conntrack-1.0.4_1
|
libnetfilter_conntrack.so.3 libnetfilter_conntrack-1.0.4_1
|
||||||
libmsgpack.so.4 msgpack-1.1.0_1
|
libmsgpack.so.4 msgpack-1.1.0_1
|
||||||
libmsgpackc.so.2 msgpack-1.1.0_1
|
libmsgpackc.so.2 msgpack-1.1.0_1
|
||||||
libewf.so.2 libewf-20140608_1
|
libewf.so.3 libewf-20171104_1
|
||||||
libcupsfilters.so.1 libcups-filters-1.0.67_3
|
libcupsfilters.so.1 libcups-filters-1.0.67_3
|
||||||
libfontembed.so.1 libcups-filters-1.17.5_1
|
libfontembed.so.1 libcups-filters-1.17.5_1
|
||||||
libjemalloc.so.2 jemalloc-4.0.0_1
|
libjemalloc.so.2 jemalloc-4.0.0_1
|
||||||
|
|
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'libewf'
|
# Template file for 'libewf'
|
||||||
pkgname=libewf
|
pkgname=libewf
|
||||||
version=20140608
|
version=20171104
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel bzip2-devel libuuid-devel fuse-devel"
|
makedepends="zlib-devel bzip2-devel libuuid-devel fuse-devel"
|
||||||
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
|
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="LGPL-3"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="http://code.google.com/p/libewf/"
|
homepage="https://github.com/libyal/libewf"
|
||||||
distfiles="http://http.debian.net/debian/pool/main/libe/libewf/libewf_${version}.orig.tar.gz"
|
distfiles="${homepage}/releases/download/${version}/libewf-experimental-${version}.tar.gz"
|
||||||
checksum=d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71
|
checksum=cf36d3baf3a96dbe566fde55ae7d79fc2e7b998806ab13e0f69915799f19e040
|
||||||
|
|
||||||
CPPFLAGS="-std=gnu89"
|
|
||||||
|
|
||||||
libewf-devel_package() {
|
libewf-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
@ -21,5 +19,6 @@ libewf-devel_package() {
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/man/man3
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue