vp-build/srcpkgs/libewf/template

24 lines
738 B
Bash

# Template file for 'libewf'
pkgname=libewf
version=20140608
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.eu>"
license="LGPL-3"
homepage="http://code.google.com/p/libewf/"
distfiles="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-${version}.tar.gz"
checksum=d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71
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
}
}