wok-next view libdes/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents a3c581bf52b8
children
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="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://web.archive.org/web/20150803212935/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="$PACKAGE-dev"
16 compile_rules() {
17 sed -i "s|/usr/local/|$install/usr/|; s|/usr/man|/usr/share/man|" Makefile
18 for i in lib bin include share/man/man1 share/man/man3; do
19 mkdir -p $install/usr/$i
20 done
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 libdes) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }