wok-next view mtp-tools/receipt @ rev 17963

libfm: set small icons size to 16; pcmanfm: show "My Documents", "Trash" and mount points by default on the Desktop.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 17 03:20:22 2015 +0300 (2015-04-17)
parents bb009a6ef036
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mtp-tools"
4 VERSION="1.1.6"
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/lib/udev/mtp-probe $fs/lib/udev
19 cp -a $install/usr/bin $fs/usr
20 }