wok view libmtp-dev/receipt @ rev 23294

updated perl-carp-clan (6.04 -> 6.08)
author Hans-G?nter Theisgen
date Sun Mar 29 15:57:01 2020 +0100 (2020-03-29)
parents 92aedd4490b5
children 08fec96a32ad
line source
1 # SliTaz package receipt.
3 PACKAGE="libmtp-dev"
4 VERSION="1.1.17"
5 CATEGORY="development"
6 SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP) - development files."
7 MAINTAINER="keupont@no-log.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="http://libmtp.sourceforge.net/"
11 WANTED="libmtp"
12 DEPENDS="libmtp libusb-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }