wok view ecm-extras/receipt @ rev 12950

libcanberra: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 31 10:19:28 2012 +0200 (2012-05-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 }