Package Details: libdes 4.04b-1

Package Base: libdes
Description: library for DES encryption
Upstream URL: http://linux.maruhn.com/sec/libdes.html
Category: lib
Licenses: custom
Submitter: jose1711
Maintainer: jose1711
Last Packager: None
Votes: 7
First Submitted: 2009-12-23 17:50
Last Updated: 2011-03-05 21:39

Latest Comments

Comment by jose1711

2010-07-04 08:18

thank you, i did a few adjustments (added package() as recommended by new makepkg) and commited

Anonymous comment

2010-07-04 04:48

or watch it in pastebin:

http://aur.pastebin.com/anDeKSkn

Anonymous comment

2010-07-04 04:32

try this:


pkgname=libdes
pkgver=4.01b
pkgrel=1
pkgdesc="library for DES encryption"
arch=('i686')
url="http://linux.maruhn.com/sec/libdes.html"
license=('custom')

source=(ftp://ftp.kfki.hu/pub/packages/security/COAST/libs/libdes/libdes-4.01.tar.gz)
md5sums=('e9a716e167bff9744a0013d08a25b378')
build() {
cd $srcdir
make gcc || return 1
mkdir -p $pkgdir/usr/lib
mkdir -p $pkgdir/usr/bin
mkdir -p $pkgdir/usr/include
mkdir -p $pkgdir/usr/share/man/man1
mkdir -p $pkgdir/usr/share/man/man3
make LIBDIR=$pkgdir/usr/lib BINDIR=$pkgdir/usr/bin INCDIR=$pkgdir/usr/include MANDIR=$pkgdir/usr/share/man install || return 1
# des_crypt.3.gz is already contained in man_pages
rm $pkgdir/usr/share/man/man3/des_crypt.3
}

Anonymous comment

2010-07-04 02:54

seems they don't provide svn any more. instead, you can download the source from ftp://ftp.uni-hannover.de/pub/mirror/bsd/NetBSD/packages/current-packages/QNX/i386/6.4.0_head_20081005/security/libdes-4.04b.tgz.