New package: libewf-20130128

This commit is contained in:
pancake 2013-03-01 11:07:25 +01:00
parent 3e01a45244
commit 25d02b96b1
3 changed files with 23 additions and 0 deletions

1
srcpkgs/libewf-devel Symbolic link
View File

@ -0,0 +1 @@
libewf

View File

@ -0,0 +1,9 @@
# Template file for 'libewf-devel'.
#
short_desc="${sourcepkg} development files"
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
}

13
srcpkgs/libewf/template Normal file
View File

@ -0,0 +1,13 @@
# Template file for 'libewf'
pkgname=libewf
version=20130128
homepage="http://code.google.com/p/libewf/"
distfiles="http://libewf.googlecode.com/files/libewf-20130128.tar.gz"
build_style=gnu-configure
revision=1
short_desc="Libewf and tooling to access the Expert Witness Compression Format"
maintainer="pancake <pancake@nopcode.org>"
license="LGPL-3"
checksum=769a5662299485f98d50ef484e73da23813827ac52a2963b67a3e3416fd663d5
subpackages="$pkgname-devel"