wok-next view libdes/receipt @ rev 19925

libftdi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 14 23:27:36 2017 +0200 (2017-10-14)
parents 0f6e994c05b9
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libdes"
4 VERSION="4.04b"
5 CATEGORY="security"
6 SHORT_DESC="Library for DES encryption"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="http://linux.maruhn.com/sec/libdes.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="ftp://ftp.kfki.hu/pub/packages/security/ssh/ossh/$TARBALL"
14 SPLIT="libdes-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 sed -i "s|/usr/local/|$install/usr/|; s|/usr/man|/usr/share/man|" Makefile
20 for i in lib bin include share/man/man1 share/man/man3; do
21 mkdir -p $install/usr/$i
22 done
24 make install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 case $PACKAGE in
31 libdes) copy @std;;
32 *-dev) copy @dev;;
33 esac
34 }