wok diff libdes/receipt @ rev 13165
Add lorcon-old.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jul 30 04:17:18 2012 +0000 (2012-07-30) |
parents | |
children | 0f6e994c05b9 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libdes/receipt Mon Jul 30 04:17:18 2012 +0000 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libdes" 1.7 +VERSION="4.04b" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="library for DES encryption" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://linux.maruhn.com/sec/libdes.html" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/$TARBALL" 1.14 + 1.15 +# Rules to configure and make the package. 1.16 +compile_rules() 1.17 +{ 1.18 + cd $src 1.19 + make 1.20 + mkdir -p $DESTDIR/usr/lib $DESTDIR/usr/bin $DESTDIR/usr/include $DESTDIR/usr/share/man/man1 1.21 + make LIBDIR=$DESTDIR/usr/lib BINDIR=$DESTDIR/usr/bin INCDIR=$DESTDIR/usr/include MANDIR=$DESTDIR/usr/share/man install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr 1.28 + cp -a $install/usr/bin $fs/usr 1.29 +}