wok diff lz4c/receipt @ rev 17905
Up: tazusb tazlito
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Apr 04 21:58:38 2015 +0200 (2015-04-04) |
parents | |
children | 78fa0f27d311 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lz4c/receipt Sat Apr 04 21:58:38 2015 +0200 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="lz4c" 1.7 +VERSION="112" 1.8 +CATEGORY="base-system" 1.9 +SHORT_DESC="The lz4c compressor" 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WANTED="lz4" 1.13 +WEB_SITE="http://code.google.com/p/lz4/" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/bin 1.19 + cp -a $install/usr/bin/lz4c $fs/usr/bin 1.20 +}