wok view mtp-tools/receipt @ rev 22344

Remove squirrelmail-en_GB
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 17 16:39:12 2019 +0100 (2019-11-17)
parents 094f58ac8183
children 81714c82f6be
line source
1 # SliTaz package receipt.
3 PACKAGE="mtp-tools"
4 VERSION="1.1.16"
5 CATEGORY="system-tools"
6 SHORT_DESC="Media Transfer Protocol (MTP) utilities"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://libmtp.sourceforge.net/"
10 WANTED="libmtp"
12 DEPENDS="libmtp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib/udev $fs/usr/bin
18 cp -a $install/usr/lib/udev/mtp-probe $fs/lib/udev
19 cp -a $install/usr/bin $fs/usr
20 }