wok-6.x diff lzfse/receipt @ rev 20420
Fix wanted versions
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 06 23:15:23 2018 +0200 (2018-08-06) |
parents | |
children | 5ea0ce1cecc0 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lzfse/receipt Mon Aug 06 23:15:23 2018 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lzfse" 1.7 +VERSION="1.0" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="Compression library and command line tool." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="https://github.com/lzfse/lzfse" 1.14 +WGET_URL="$WEB_SITE/archive/$TARBALL" 1.15 +TAGS="compression" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + make install INSTALL_PREFIX=$DESTDIR/usr/ 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs/usr 1.27 + cp -a $install/usr/bin $fs/usr/ 1.28 +}