wok view ecm-extras/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents 170bab8c0bcc
children 6e8b1bcb30e2
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="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 }