wok-current diff lz4c/receipt @ rev 16895
qt4-phonon: del bdep
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Jul 14 15:10:46 2014 +0300 (2014-07-14) |
parents | |
children | 78fa0f27d311 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lz4c/receipt Mon Jul 14 15:10:46 2014 +0300 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 +}