wok-next annotate mcrypt/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 f48456621a9d
children
rev   line source
al@20599 1 # SliTaz package receipt v2.
erjo@4381 2
erjo@4381 3 PACKAGE="mcrypt"
erjo@4381 4 VERSION="2.6.8"
pascal@5726 5 CATEGORY="security"
al@20599 6 SHORT_DESC="Simple crypting program"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15584 8 LICENSE="GPL3"
al@20599 9 WEB_SITE="http://mcrypt.sourceforge.net/"
al@20599 10
erjo@4381 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21017 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
erjo@4381 13
al@20599 14 BUILD_DEPENDS="libmcrypt-dev mhash-dev zlib-dev"
al@20599 15 COOKOPTS="skip-log-errors"
erjo@9959 16
al@20599 17 compile_rules() {
al@20599 18 ./configure $CONFIGURE_ARGS &&
al@20599 19 fix libtool &&
gokhlayeh@11573 20 make &&
al@21020 21 make DESTDIR=$install install
erjo@4381 22 }
erjo@4381 23
al@20599 24 genpkg_rules() {
al@20599 25 copy @std
al@20599 26 DEPENDS="zlib mhash libmcrypt"
erjo@4381 27 }