wok view ecm-extras/receipt @ rev 13807

Up: mpd (0.17.2)
author Alexander Medvedev <devl547@gmail.com>
date Sun Jan 06 05:45:32 2013 +0300 (2013-01-06)
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 }