wok view ori/receipt @ rev 18716
cups, cups-pam: remove duplicate files with libcups; misc. edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Dec 17 05:25:15 2015 +0200 (2015-12-17) |
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 }