wok diff ecm-extras/receipt @ rev 14220
nss: tiny fix
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Mon Mar 18 20:48:03 2013 +0100 (2013-03-18) |
parents | |
children | 223b265f40fd |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ecm-extras/receipt Mon Mar 18 20:48:03 2013 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ecm-extras" 1.7 +VERSION="1.03" 1.8 +CATEGORY="misc" 1.9 +SHORT_DESC="Extra tools from ecm" 1.10 +MAINTAINER="slaxemulator@gmail.com" 1.11 +WEB_SITE="http://www.neillcorlett.com/ecm/" 1.12 +WANTED="ecm" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr 1.18 + cp -a $install/usr/bin $fs/usr 1.19 + [ -f $fs/usr/bin/ecm ] && rm -f $fs/usr/bin/ecm 1.20 +}