wok-next annotate libgringotts/receipt @ rev 20566

linld, screenfetch: create $install tree (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 10 10:30:46 2018 +0200 (2018-04-10)
parents 4396aed7eb01
children 25deb7c6df08
rev   line source
al@20464 1 # SliTaz package receipt v2.
pascal@17247 2
pascal@17247 3 PACKAGE="libgringotts"
pascal@17247 4 VERSION="1.2.1"
pascal@17247 5 CATEGORY="security"
al@20464 6 SHORT_DESC="A Safebox for your Data"
pascal@17247 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@17247 8 LICENSE="GPL2"
al@20464 9 WEB_SITE="http://gringotts.shlomifish.org/"
al@20464 10
pascal@17247 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@17247 12 WGET_URL="$SF_MIRROR/gringotts.berlios/$TARBALL"
pascal@17247 13
pascal@17248 14 BUILD_DEPENDS="bzip2-dev zlib-dev libmcrypt-dev mhash-dev file"
al@20464 15 SPLIT="libgringotts-dev"
pascal@17247 16
al@20464 17 compile_rules() {
al@20557 18 ./configure $CONFIGURE_ARGS &&
pascal@17247 19 make &&
pascal@17247 20 make DESTDIR=$DESTDIR install
pascal@17247 21 }
pascal@17247 22
al@20464 23 genpkg_rules() {
al@20464 24 case $PACKAGE in
al@20464 25 libgringotts)
al@20557 26 copy @std
al@20464 27 DEPENDS="bzip2 zlib libmcrypt mhash"
al@20464 28 ;;
al@20464 29 *-dev)
al@20557 30 copy @dev
al@20464 31 ;;
al@20464 32 esac
pascal@17247 33 }