wok view mtp-tools/receipt @ rev 14654

xorg-kbproto: Fixed depends but making it only xorg-utils-macros. It builds without xorg-xproto and xorg-libxkbfile-dev so its not needed.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 05 02:41:07 2013 +0000 (2013-06-05)
parents 4f07fa9a20a2
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="mtp-tools"
4 VERSION="1.1.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Media Transfer Protocol (MTP) tuilities"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libusb-compat"
9 BUILD_DEPENDS="libusb-compat libusb-compat-dev libusb-dev libgcrypt-dev"
10 SOURCE="libmtp"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://libmtp.sourceforge.net/"
13 WANTED="libmtp"
15 DEPENDS="libmtp"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 genpkg_rules()
19 {
20 mkdir -p $fs/usr/bin
21 cp -a $install/usr/bin $fs/usr
22 }