wok annotate lzfse/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children 5ea0ce1cecc0
rev   line source
pascal@19986 1 # SliTaz package receipt.
pascal@19986 2
pascal@19986 3 PACKAGE="lzfse"
pascal@19986 4 VERSION="1.0"
pascal@19986 5 CATEGORY="base-system"
pascal@19986 6 SHORT_DESC="Compression library and command line tool."
pascal@19986 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@19986 8 LICENSE="BSD"
pascal@19986 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@19986 10 WEB_SITE="https://github.com/lzfse/lzfse"
pascal@19986 11 WGET_URL="$WEB_SITE/archive/$TARBALL"
pascal@19986 12 TAGS="compression"
pascal@19986 13
pascal@19986 14 # Rules to configure and make the package.
pascal@19986 15 compile_rules()
pascal@19986 16 {
pascal@19986 17 make install INSTALL_PREFIX=$DESTDIR/usr/
pascal@19986 18 }
pascal@19986 19
pascal@19986 20 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@19986 21 genpkg_rules()
pascal@19986 22 {
pascal@19986 23 mkdir -p $fs/usr
pascal@19986 24 cp -a $install/usr/bin $fs/usr/
pascal@19986 25 }