mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-06 04:42:56 +02:00
libewf: update to 20240506.
This commit is contained in:
parent
aae1f713a7
commit
5c8ffedc94
1 changed files with 5 additions and 2 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'libewf'
|
# Template file for 'libewf'
|
||||||
pkgname=libewf
|
pkgname=libewf
|
||||||
version=20230212
|
version=20240506
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config flex byacc autoconf automake gettext-devel libtool"
|
||||||
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-3.0-or-later"
|
license="LGPL-3.0-or-later"
|
||||||
homepage="https://github.com/libyal/libewf"
|
homepage="https://github.com/libyal/libewf"
|
||||||
distfiles="https://github.com/libyal/libewf/releases/download/${version}/libewf-experimental-${version}.tar.gz"
|
distfiles="https://github.com/libyal/libewf/releases/download/${version}/libewf-experimental-${version}.tar.gz"
|
||||||
checksum=d22eecbd962c3d7d646ccfba131fc3c07e6a07da37dc163b6ecbb1348db16101
|
checksum=247d8ee9572392a2404be514d1137f099970f41f240c1134ddc3f04322281c67
|
||||||
|
#disable checks as no test files are provided by project: https://github.com/libyal/libewf/wiki/Testing
|
||||||
|
make_check=no
|
||||||
|
|
||||||
libewf-devel_package() {
|
libewf-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue