wok-next view libmcrypt/receipt @ rev 21231

updated clamtk (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:21:10 2019 +0100 (2019-12-03)
parents 25deb7c6df08
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libmcrypt"
4 VERSION="2.5.8"
5 CATEGORY="security"
6 SHORT_DESC="Encryption Library"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://mcrypt.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/mcrypt/$TARBALL"
14 SPLIT="$PACKAGE-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 fix libtool &&
19 make &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 case $PACKAGE in
25 libmcrypt) copy @std;;
26 *-dev) copy @dev;;
27 esac
28 }