wok-next annotate libdes/receipt @ rev 19948

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