wok-next annotate mhash/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 556349764d57
children
rev   line source
al@20462 1 # SliTaz package receipt v2.
pascal@1323 2
pascal@1323 3 PACKAGE="mhash"
slaxemulator@6545 4 VERSION="0.9.9.9"
pascal@1323 5 CATEGORY="development"
al@20462 6 SHORT_DESC="Uniform interface to a large number of hash algorithms"
pascal@1323 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15584 8 LICENSE="GPL2"
al@20462 9 WEB_SITE="http://mhash.sourceforge.net/"
al@20462 10
pascal@1323 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@1323 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@1323 13
al@21020 14 SPLIT="$PACKAGE-dev"
al@20462 15
al@20462 16 compile_rules() {
al@20557 17 ./configure $CONFIGURE_ARGS &&
al@20599 18 fix libtool &&
al@20462 19 make &&
al@21020 20 make DESTDIR=$install install
pascal@1323 21 }
pascal@1323 22
al@20462 23 genpkg_rules() {
al@20462 24 case $PACKAGE in
al@20557 25 mhash) copy @std;;
al@20557 26 *-dev) copy @dev;;
al@20462 27 esac
pascal@1323 28 }