New package: libewf-20130128
This commit is contained in:
parent
3e01a45244
commit
25d02b96b1
|
@ -0,0 +1 @@
|
|||
libewf
|
|
@ -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
|
||||
}
|
|
@ -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"
|
Loading…
Reference in New Issue