diff --git a/common/shlibs b/common/shlibs index 499201f06b..1b26cf27df 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1994,3 +1994,4 @@ libcriu.so.1 criu-1.5.1_2 libwebsockets.so.5 libwebsockets-1.4_1 libbitcoinconsensus.so.0 litecoin-0.10.1.2_1 libnfc.so.0 libnfc-1.7.1_1 +libfuzzy.so.2 libfuzzy-2.12_1 diff --git a/srcpkgs/libfuzzy b/srcpkgs/libfuzzy new file mode 120000 index 0000000000..4bc82f4aef --- /dev/null +++ b/srcpkgs/libfuzzy @@ -0,0 +1 @@ +ssdeep \ No newline at end of file diff --git a/srcpkgs/libfuzzy-devel b/srcpkgs/libfuzzy-devel new file mode 120000 index 0000000000..4bc82f4aef --- /dev/null +++ b/srcpkgs/libfuzzy-devel @@ -0,0 +1 @@ +ssdeep \ No newline at end of file diff --git a/srcpkgs/ssdeep/template b/srcpkgs/ssdeep/template new file mode 100644 index 0000000000..9802c3ff93 --- /dev/null +++ b/srcpkgs/ssdeep/template @@ -0,0 +1,27 @@ +# Template file for 'ssdeep' +pkgname=ssdeep +version=2.13 +revision=1 +build_style=gnu-configure +short_desc="Compute context triggered piecewise hashes" +maintainer="Christian Neukirchen " +license="GPL-2" +homepage="http://ssdeep.sourceforge.net/" +distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" +checksum=6e4ca94457cb50ff3343d4dd585473817a461a55a666da1c5a74667924f0f8c5 + +libfuzzy_package() { + short_desc="Fuzzy hashing API" + pkg_install() { + vmove "usr/lib/*.so.*" + } +} +libfuzzy-devel_package() { + depends="libfuzzy>=${version}_${revision}" + short_desc="Fuzzy hashing API -- development files" + pkg_install() { + vmove usr/include + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +}