thank you, i did a few adjustments (added package() as recommended by new makepkg) and commited
Search Criteria
Package Details: libdes 4.04b-1
Package Actions
| Package Base: | libdes |
|---|---|
| Description: | library for DES encryption |
| Upstream URL: | http://linux.maruhn.com/sec/libdes.html |
| Category: | lib |
| Licenses: | |
| Submitter: | jose1711 |
| Maintainer: | jose1711 |
| Last Packager: | None |
| Votes: | 7 |
| First Submitted: | 2009-12-23 17:50 |
| Last Updated: | 2011-03-05 21:39 |
Dependencies (1)
Required by (3)
Sources
Latest Comments
Comment by jose1711
Anonymous comment
or watch it in pastebin:
http://aur.pastebin.com/anDeKSkn
Anonymous comment
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
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.