wok-current view mtp-tools/receipt @ rev 25689
Fix cache not exist for getall function (typo)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 15 08:05:17 2024 +0000 (11 months ago) |
parents | ad0bc3efbf37 |
children | 5926178cd6fa |
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="https://sourceforge.net/projects/libmtp/"
11 DEPENDS="libmtp"
12 WANTED="libmtp"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/lib/udev
18 mkdir -p $fs/usr/bin
20 cp -a $install/usr/lib/udev/mtp-probe $fs/lib/udev
21 cp -a $install/usr/bin $fs/usr
22 }