New package: libmcrypt-2.5.8.
This commit is contained in:
parent
e0a790e591
commit
7678d78689
3 changed files with 37 additions and 0 deletions
|
@ -1400,3 +1400,4 @@ libcpupower.so.0 libcpupower-3.10_1
|
||||||
librsync.so.1 librsync-0.9.7_1
|
librsync.so.1 librsync-0.9.7_1
|
||||||
libserf-1.so.3 serf-1.3.1_1
|
libserf-1.so.3 serf-1.3.1_1
|
||||||
libmpdclient.so.2 libmpdclient-0.28_1
|
libmpdclient.so.2 libmpdclient-0.28_1
|
||||||
|
libmcrypt.so.4 libmcrypt-2.5.8_1
|
||||||
|
|
1
srcpkgs/libmcrypt-devel
Symbolic link
1
srcpkgs/libmcrypt-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libmcrypt
|
35
srcpkgs/libmcrypt/template
Normal file
35
srcpkgs/libmcrypt/template
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# Template file for 'libmcrypt'
|
||||||
|
pkgname=libmcrypt
|
||||||
|
version=2.5.8
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="A data encryption library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
license="GPL-2"
|
||||||
|
homepage="http://mcrypt.sourceforge.net/"
|
||||||
|
distfiles="${SOURCEFORGE_SITE}/mcrypt/$pkgname-$version.tar.bz2"
|
||||||
|
checksum=bf2f1671f44af88e66477db0982d5ecb5116a5c767b0a0d68acb34499d41b793
|
||||||
|
long_desc="
|
||||||
|
libmcrypt is a data encryption library. The library is thread safe
|
||||||
|
and provides encryption and decryption functions. This version of the
|
||||||
|
library supports many encryption algorithms and encryption modes. Some
|
||||||
|
algorithms which are supported:
|
||||||
|
SERPENT, RIJNDAEL, 3DES, GOST, SAFER+, CAST-256, RC2, XTEA, 3WAY,
|
||||||
|
TWOFISH, BLOWFISH, ARCFOUR, WAKE and more"
|
||||||
|
|
||||||
|
libmcrypt-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/bin
|
||||||
|
vmove usr/share
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libmcrypt_package() {
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue