wok-next view libgringotts/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents 25deb7c6df08
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libgringotts"
4 VERSION="1.2.1"
5 CATEGORY="security"
6 SHORT_DESC="A Safebox for your Data"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gringotts.shlomifish.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/gringotts.berlios/$TARBALL"
14 BUILD_DEPENDS="bzip2-dev zlib-dev libmcrypt-dev mhash-dev file"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 libgringotts)
27 copy @std
28 DEPENDS="bzip2 zlib libmcrypt mhash"
29 ;;
30 *-dev)
31 copy @dev
32 ;;
33 esac
34 }