From 8dc7f2cc684353358c4decdf541e917eb7965a3f Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 27 Jan 2015 13:08:01 +0100 Subject: [PATCH] New package: libuecc-5 --- common/shlibs | 1 + srcpkgs/libuecc-devel | 1 + srcpkgs/libuecc/template | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 120000 srcpkgs/libuecc-devel create mode 100644 srcpkgs/libuecc/template diff --git a/common/shlibs b/common/shlibs index 35752496ac6..996cdc97eb4 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1923,3 +1923,4 @@ libtomahawk_infoplugin_musixmatch.so tomahawk-0.8.2_1 libtomahawk_viewpage_charts.so tomahawk-0.8.2_1 libtomahawk_infoplugin_discogs.so tomahawk-0.8.2_1 libtomahawk-widgets.so.0.8.2 tomahawk-0.8.2_1 +libuecc.so.0 libuecc-5_1 diff --git a/srcpkgs/libuecc-devel b/srcpkgs/libuecc-devel new file mode 120000 index 00000000000..10b1889b855 --- /dev/null +++ b/srcpkgs/libuecc-devel @@ -0,0 +1 @@ +libuecc \ No newline at end of file diff --git a/srcpkgs/libuecc/template b/srcpkgs/libuecc/template new file mode 100644 index 00000000000..56073a9bc6c --- /dev/null +++ b/srcpkgs/libuecc/template @@ -0,0 +1,23 @@ +# Template file for 'libuecc' +pkgname=libuecc +version=5 +revision=1 +build_style=cmake +hostmakedepends="cmake" +short_desc="Very small Elliptic Curve Cryptography library" +maintainer="Enno Boland " +license="BSD" +homepage="http://git.universe-factory.net/libuecc" +distfiles="http://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar" +checksum=5f4104e70e48f077f92395e6652d9a139e3fdbcc4dc51113ddc955bf2a82542a + +libuecc-devel_package() { + depends="libuecc>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove usr/include + vmove usr/lib/pkgconfig + vmove "usr/lib/*.a" + vmove "usr/lib/*.so" + } +}