wok-next view libdes/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }