wok view ecm-extras/receipt @ rev 22055

updated ttf-open-dyslexic (20121111 -> 20160623)
author Hans-G?nter Theisgen
date Wed Oct 23 15:39:03 2019 +0100 (2019-10-23)
parents 223b265f40fd
children 0b32f22bb251
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 LICENSE="GPL3"
9 WEB_SITE="https://web.archive.org/web/20140328062622/http://www.neillcorlett.com/ecm/"
10 WANTED="ecm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $install/usr/bin $fs/usr
17 [ -f $fs/usr/bin/ecm ] && rm -f $fs/usr/bin/ecm
18 }