wok annotate ori/receipt @ rev 20373

gcc??-lib-base: restore previous libgcc_s.so.1
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jun 10 15:08:22 2018 +0200 (2018-06-10)
parents 63618ce04c4a
children 4e8d50d02b70
rev   line source
pascal@15776 1 # SliTaz package receipt.
pascal@15776 2
pascal@15776 3 PACKAGE="ori"
pascal@17171 4 VERSION="0.8.1"
pascal@15776 5 CATEGORY="network"
pascal@15776 6 SHORT_DESC="A Secure Distributed File System."
pascal@15776 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15776 8 LICENSE="MIT"
pascal@15776 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@15776 10 WEB_SITE="http://ori.scs.stanford.edu/"
pascal@15776 11 WGET_URL="https://bitbucket.org/orifs/ori/downloads/$TARBALL"
pascal@15776 12
pascal@17482 13 DEPENDS="libssl libevent fuse liblzma libxml2 util-linux-uuid" # + mDNSResponder
pascal@15776 14 BUILD_DEPENDS="wget scons pkg-config libboost-dev libboost-tr1-dev \
pascal@15776 15 util-linux-uuid-dev fuse-dev libevent-dev openssl-dev"
pascal@15776 16
pascal@15776 17 # Rules to configure and make the package.
pascal@15776 18 compile_rules()
pascal@15776 19 {
pascal@15776 20 scons PREFIX=$DESTDIR/usr install
pascal@15776 21 }
pascal@15776 22
pascal@15776 23 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@15776 24 genpkg_rules()
pascal@15776 25 {
pascal@15776 26 cp -a $install/usr $fs
pascal@15776 27 }