wok-current view mtp-tools/receipt @ rev 22438
up clementine 1.3.1 -> 1.2.3 won't run after installing right now anyways (error loading shared libraries: libprotobuf.so.7: cannot open: No such file or directory)
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Mon Dec 23 11:09:52 2019 +0000 (2019-12-23) |
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 }