void-packages/srcpkgs/libewf/template

24 lines
738 B
Bash
Raw Normal View History

2013-03-01 10:07:25 +00:00
# Template file for 'libewf'
pkgname=libewf
2014-09-18 19:48:53 +00:00
version=20140608
2014-06-06 12:36:36 +00:00
revision=1
2013-03-01 10:07:25 +00:00
build_style=gnu-configure
2014-06-06 12:36:36 +00:00
makedepends="zlib-devel bzip2-devel libuuid-devel fuse-devel"
2013-03-01 10:07:25 +00:00
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
2013-03-01 10:07:25 +00:00
license="LGPL-3"
homepage="http://code.google.com/p/libewf/"
2014-06-06 12:36:36 +00:00
distfiles="https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/libewf-${version}.tar.gz"
2014-09-18 19:48:53 +00:00
checksum=d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71
2013-03-01 10:07:25 +00:00
libewf-devel_package() {
2014-06-06 12:36:36 +00:00
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
2014-06-06 12:36:36 +00:00
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
}
}