wok view mtp-tools/receipt @ rev 23873

bluez-alsa, squidclamav, weston: tiny fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 25 15:44:40 2020 +0000 (2020-06-25)
parents f3e5f6a3ef9a
children 08fec96a32ad
line source
1 # SliTaz package receipt.
3 PACKAGE="mtp-tools"
4 VERSION="1.1.17"
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 }