wok view ori/receipt @ rev 20115

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