wok-next view glusterfs/receipt @ rev 20597

lostirc: typo, `install -D` is enough.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 16 22:03:47 2018 +0300 (2018-04-16)
parents ae25e1ecf064
children 75d3dd3c761f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="glusterfs"
4 VERSION="3.12.5"
5 CATEGORY="misc"
6 SHORT_DESC="Distributed file system"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2 LGPL3"
9 WEB_SITE="http://www.gluster.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://download.gluster.org/pub/gluster/glusterfs/${VERSION%.*}/$VERSION/$TARBALL"
14 BUILD_DEPENDS="flex python-dev readline-dev mpc-library elfutils openssl-dev \
15 acl-dev sqlite-dev liburcu-dev libxml2-dev"
17 compile_rules() {
18 sed -i "/^cat/,/^EOM/d;s/exit/echo '$HOST_SYSTEM'\n&/" config.sub
20 ./configure \
21 --libexecdir=/usr/share \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 copy @std
29 DEPENDS="python readline mpc-library elfutils openssl"
30 }