24 lines
772 B
Bash
24 lines
772 B
Bash
# Template file for 'libewf'
|
|
pkgname=libewf
|
|
version=20171104
|
|
revision=1
|
|
build_style=gnu-configure
|
|
makedepends="zlib-devel bzip2-devel libuuid-devel fuse-devel"
|
|
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
|
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
|
license="LGPL-3.0-or-later"
|
|
homepage="https://github.com/libyal/libewf"
|
|
distfiles="${homepage}/releases/download/${version}/libewf-experimental-${version}.tar.gz"
|
|
checksum=cf36d3baf3a96dbe566fde55ae7d79fc2e7b998806ab13e0f69915799f19e040
|
|
|
|
libewf-devel_package() {
|
|
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
|
|
vmove usr/share/man/man3
|
|
}
|
|
}
|