wok-next annotate encfs/receipt @ rev 20712

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents 474eb4a6385a
children d958fec46c9f
rev   line source
al@20527 1 # SliTaz package receipt v2.
b1+slitaz@1827 2
b1+slitaz@1827 3 PACKAGE="encfs"
slaxemulator@7346 4 VERSION="1.7.4"
b1+slitaz@1827 5 CATEGORY="security"
al@20527 6 SHORT_DESC="Encryption filesystem for FUSE"
b1+slitaz@1827 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@14999 8 LICENSE="GPL3"
al@20527 9 WEB_SITE="http://www.arg0.net/encfs"
al@20527 10
pascal@14999 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@14999 12 WGET_URL="http://encfs.googlecode.com/files/$TARBALL"
pascal@14999 13
al@20527 14 BUILD_DEPENDS="fuse2-dev rlog rlog-dev openssl-dev libboost-dev \
pascal@12432 15 libboost-system libboost-serialization libboost-filesystem"
b1+slitaz@1827 16
al@20527 17 compile_rules() {
al@20527 18 mv $PACKAGE-${VERSION%-*} $src 2>/dev/null
b1+slitaz@1827 19 cd $src
al@20527 20
al@20569 21 ./configure $CONFIGURE_ARGS &&
al@20569 22 fix libtool &&
pascal@1831 23 make &&
pascal@14999 24 make DESTDIR=$DESTDIR install
b1+slitaz@1827 25 }
b1+slitaz@1827 26
al@20527 27 genpkg_rules() {
al@20527 28 copy @std
al@20527 29 DEPENDS="fuse2 rlog openssl libboost-system libboost-serialization \
al@20527 30 libboost-filesystem gcc-lib-base"
al@20527 31 TAGS="filesystem"
b1+slitaz@1827 32 }