2014-08-25 07:50:01 +00:00
|
|
|
# Template file for 'libsodium'
|
|
|
|
pkgname=libsodium
|
2015-01-16 10:36:43 +00:00
|
|
|
version=1.0.2
|
2014-08-25 07:50:01 +00:00
|
|
|
revision=1
|
|
|
|
build_style=gnu-configure
|
2014-08-25 08:01:12 +00:00
|
|
|
configure_args="lt_cv_prog_compiler_static_works=yes"
|
2014-08-25 07:50:01 +00:00
|
|
|
short_desc="A modern and easy-to-use crypto library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
license="ISC"
|
|
|
|
homepage="https://github.com/jedisct1/libsodium"
|
|
|
|
distfiles="https://github.com/jedisct1/libsodium/releases/download/${version}/${pkgname}-${version}.tar.gz"
|
2015-01-16 10:36:43 +00:00
|
|
|
checksum=961d8f10047f545ae658bcc73b8ab0bf2c312ac945968dd579d87c768e5baa19
|
2014-08-25 07:50:01 +00:00
|
|
|
|
|
|
|
libsodium-devel_package() {
|
|
|
|
short_desc+=" - development files"
|
|
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
|
|
pkg_install() {
|
|
|
|
vmove usr/include
|
|
|
|
vmove usr/lib/*.a
|
|
|
|
vmove usr/lib/*.so
|
|
|
|
vmove usr/lib/pkgconfig
|
|
|
|
}
|
|
|
|
}
|