wok-next diff libdes/receipt @ rev 21045

Up cookutils (1094)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 12:14:47 2018 +0200 (2018-11-26)
parents a3c581bf52b8
children
line diff
     1.1 --- a/libdes/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/libdes/receipt	Mon Nov 26 12:14:47 2018 +0200
     1.3 @@ -4,18 +4,16 @@
     1.4  VERSION="4.04b"
     1.5  CATEGORY="security"
     1.6  SHORT_DESC="Library for DES encryption"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MIT"
    1.10  WEB_SITE="https://web.archive.org/web/20150803212935/http://linux.maruhn.com/sec/libdes.html"
    1.11  
    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 -SPLIT="libdes-dev"
    1.16 +SPLIT="$PACKAGE-dev"
    1.17  
    1.18 -# Rules to configure and make the package.
    1.19 -compile_rules()
    1.20 -{
    1.21 +compile_rules() {
    1.22  	sed -i "s|/usr/local/|$install/usr/|; s|/usr/man|/usr/share/man|" Makefile
    1.23  	for i in lib bin include share/man/man1 share/man/man3; do
    1.24  		mkdir -p $install/usr/$i
    1.25 @@ -24,9 +22,7 @@
    1.26  	make install
    1.27  }
    1.28  
    1.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 -genpkg_rules()
    1.31 -{
    1.32 +genpkg_rules() {
    1.33  	case $PACKAGE in
    1.34  		libdes) copy @std;;
    1.35  		*-dev)  copy @dev;;