wok-next view ecm-extras/receipt @ rev 14113
arping: up 2.13
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Sun Feb 24 15:51:42 2013 -0800 (2013-02-24) |
parents | |
children | 223b265f40fd |
line source
1 # SliTaz package receipt.
3 PACKAGE="ecm-extras"
4 VERSION="1.03"
5 CATEGORY="misc"
6 SHORT_DESC="Extra tools from ecm"
7 MAINTAINER="slaxemulator@gmail.com"
8 WEB_SITE="http://www.neillcorlett.com/ecm/"
9 WANTED="ecm"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr
15 cp -a $install/usr/bin $fs/usr
16 [ -f $fs/usr/bin/ecm ] && rm -f $fs/usr/bin/ecm
17 }