wok diff ecm-extras/receipt @ rev 13457

hostpad: add missing file
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 23:49:54 2012 +0200 (2012-10-07)
parents
children 223b265f40fd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ecm-extras/receipt	Sun Oct 07 23:49:54 2012 +0200
     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 +}