From fd4c3f5b4d8f4891fa60ded2dd31353e9ef828b4 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 9 Aug 2009 14:25:33 +0200 Subject: Ajout de beecrypt#4.2.1-1 --- extra/beecrypt/.footprint | 64 +++++++++++++++++++++++++++++++++++++++++++++++ extra/beecrypt/.md5sum | 1 + extra/beecrypt/Pkgfile | 21 ++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 extra/beecrypt/.footprint create mode 100644 extra/beecrypt/.md5sum create mode 100755 extra/beecrypt/Pkgfile (limited to 'extra/beecrypt') diff --git a/extra/beecrypt/.footprint b/extra/beecrypt/.footprint new file mode 100644 index 000000000..3594150ba --- /dev/null +++ b/extra/beecrypt/.footprint @@ -0,0 +1,64 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/beecrypt/ +-rw-r--r-- root/root usr/include/beecrypt/aes.h +-rw-r--r-- root/root usr/include/beecrypt/aesopt.h +-rw-r--r-- root/root usr/include/beecrypt/api.h +-rw-r--r-- root/root usr/include/beecrypt/base64.h +-rw-r--r-- root/root usr/include/beecrypt/beecrypt.h +-rw-r--r-- root/root usr/include/beecrypt/blockmode.h +-rw-r--r-- root/root usr/include/beecrypt/blockpad.h +-rw-r--r-- root/root usr/include/beecrypt/blowfish.h +-rw-r--r-- root/root usr/include/beecrypt/blowfishopt.h +-rw-r--r-- root/root usr/include/beecrypt/dhies.h +-rw-r--r-- root/root usr/include/beecrypt/dldp.h +-rw-r--r-- root/root usr/include/beecrypt/dlkp.h +-rw-r--r-- root/root usr/include/beecrypt/dlpk.h +-rw-r--r-- root/root usr/include/beecrypt/dlsvdp-dh.h +-rw-r--r-- root/root usr/include/beecrypt/dsa.h +-rw-r--r-- root/root usr/include/beecrypt/elgamal.h +-rw-r--r-- root/root usr/include/beecrypt/endianness.h +-rw-r--r-- root/root usr/include/beecrypt/entropy.h +-rw-r--r-- root/root usr/include/beecrypt/fips186.h +-rw-r--r-- root/root usr/include/beecrypt/gnu.h +-rw-r--r-- root/root usr/include/beecrypt/hmac.h +-rw-r--r-- root/root usr/include/beecrypt/hmacmd5.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha1.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha224.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha256.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha384.h +-rw-r--r-- root/root usr/include/beecrypt/hmacsha512.h +-rw-r--r-- root/root usr/include/beecrypt/md4.h +-rw-r--r-- root/root usr/include/beecrypt/md5.h +-rw-r--r-- root/root usr/include/beecrypt/memchunk.h +-rw-r--r-- root/root usr/include/beecrypt/mp.h +-rw-r--r-- root/root usr/include/beecrypt/mpbarrett.h +-rw-r--r-- root/root usr/include/beecrypt/mpnumber.h +-rw-r--r-- root/root usr/include/beecrypt/mpopt.h +-rw-r--r-- root/root usr/include/beecrypt/mpprime.h +-rw-r--r-- root/root usr/include/beecrypt/mtprng.h +-rw-r--r-- root/root usr/include/beecrypt/pkcs1.h +-rw-r--r-- root/root usr/include/beecrypt/pkcs12.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd128.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd160.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd256.h +-rw-r--r-- root/root usr/include/beecrypt/ripemd320.h +-rw-r--r-- root/root usr/include/beecrypt/rsa.h +-rw-r--r-- root/root usr/include/beecrypt/rsakp.h +-rw-r--r-- root/root usr/include/beecrypt/rsapk.h +-rw-r--r-- root/root usr/include/beecrypt/sha1.h +-rw-r--r-- root/root usr/include/beecrypt/sha1opt.h +-rw-r--r-- root/root usr/include/beecrypt/sha224.h +-rw-r--r-- root/root usr/include/beecrypt/sha256.h +-rw-r--r-- root/root usr/include/beecrypt/sha2k32.h +-rw-r--r-- root/root usr/include/beecrypt/sha2k64.h +-rw-r--r-- root/root usr/include/beecrypt/sha384.h +-rw-r--r-- root/root usr/include/beecrypt/sha512.h +-rw-r--r-- root/root usr/include/beecrypt/timestamp.h +-rw-r--r-- root/root usr/include/beecrypt/win.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libbeecrypt.a +-rwxr-xr-x root/root usr/lib/libbeecrypt.la +lrwxrwxrwx root/root usr/lib/libbeecrypt.so -> libbeecrypt.so.7.0.0 +lrwxrwxrwx root/root usr/lib/libbeecrypt.so.7 -> libbeecrypt.so.7.0.0 +-rwxr-xr-x root/root usr/lib/libbeecrypt.so.7.0.0 diff --git a/extra/beecrypt/.md5sum b/extra/beecrypt/.md5sum new file mode 100644 index 000000000..97b5f4a2d --- /dev/null +++ b/extra/beecrypt/.md5sum @@ -0,0 +1 @@ +8441c014170823f2dff97e33df55af1e beecrypt-4.2.1.tar.gz diff --git a/extra/beecrypt/Pkgfile b/extra/beecrypt/Pkgfile new file mode 100755 index 000000000..62755552a --- /dev/null +++ b/extra/beecrypt/Pkgfile @@ -0,0 +1,21 @@ +# Description: Librairie pour la Cryptographie +# URL: http://beecrypt.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=beecrypt +version=4.2.1 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) +build () { + cd $name-$version + ./configure --prefix=/usr \ + --without-python \ + --without-java + + make + make prefix=$PKG/usr install + + chown -R root:root $PKG +} -- cgit v1.2.3-54-g00ecf