wok-next annotate s3ql/receipt @ rev 20728

lcms2: produce static lib again (to fix optipng-static build)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 29 11:18:30 2018 +0300 (2018-05-29)
parents 474eb4a6385a
children f970ffe0add0
rev   line source
al@20527 1 # SliTaz package receipt v2.
pascal@14376 2
pascal@14376 3 PACKAGE="s3ql"
pascal@14376 4 VERSION="1.13.2"
pascal@14376 5 CATEGORY="network"
al@20527 6 SHORT_DESC="A file system for Google Storage, Amazon S3 or OpenStack"
pascal@14376 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14997 8 LICENSE="GPL3"
al@20527 9 WEB_SITE="http://code.google.com/p/$PACKAGE/"
al@20527 10
pascal@14376 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14376 12 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
pascal@14376 13
al@20527 14 BUILD_DEPENDS="python-dev sqlite3-dev xz-dev fuse2-dev attr-dev rsync \
pascal@14376 15 python-distribute python-llfuse python-pyliblzma python-pycryptopp python-apsw \
pascal@14376 16 python-pytest python-py python-unittest2"
pascal@14376 17
al@20527 18 compile_rules() {
al@20728 19 sed -i 's|http:|https:|' util/distribute_setup.py
al@20728 20
pascal@14376 21 python setup.py build &&
pascal@14376 22 python setup.py test &&
pascal@14376 23 python setup.py install --root=$DESTDIR
pascal@14376 24 }
pascal@14376 25
al@20527 26 genpkg_rules() {
al@20527 27 copy @std
al@20527 28 DEPENDS="sqlite3 python-llfuse python-pyliblzma python-pycryptopp \
al@20527 29 python-apsw"
pascal@14376 30 }