wok-6.x view ecm-extras/receipt @ rev 13746
Up: urxvt (9.16)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Dec 31 13:28:06 2012 +0300 (2012-12-31) |
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 }