New package: libuecc-5

This commit is contained in:
Enno Boland 2015-01-27 13:08:01 +01:00
parent 6b0072c8b3
commit 8dc7f2cc68
3 changed files with 25 additions and 0 deletions

View file

@ -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

1
srcpkgs/libuecc-devel Symbolic link
View file

@ -0,0 +1 @@
libuecc

23
srcpkgs/libuecc/template Normal file
View file

@ -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 <eb@s01.de>"
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"
}
}