libuecc.paketlendi

This commit is contained in:
milisarge 2017-03-21 03:17:36 +02:00
parent ea3ff89ede
commit a5ff23f676
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Description: Very small Elliptic Curve Cryptography library
# URL: http://git.universe-factory.net/libuecc/
# Packager: milisarge
# Depends on: cmake
name=libuecc
version=7
release=1
source=(https://projects.universe-factory.net/attachments/download/85/${name}-${version}.tar.xz)
build() {
mkdir -p "build-${version}"
cd "build-${version}"
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr "../${name}-${version}"
make
make DESTDIR=$PKG install
}