23 lines
658 B
Bash
23 lines
658 B
Bash
# Template file for 'libuecc'
|
|
pkgname=libuecc
|
|
version=6
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="cmake"
|
|
short_desc="Very small Elliptic Curve Cryptography library"
|
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|
license="BSD"
|
|
homepage="http://git.universe-factory.net/libuecc"
|
|
distfiles="http://git.universe-factory.net/libuecc/snapshot/libuecc-${version}.tar"
|
|
checksum=fe61715b7cd8458616840f71ab8c0c7e5f49480a9cfb2c1965fbb9d713f071b6
|
|
|
|
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"
|
|
}
|
|
}
|