wok-6.x view libmtp-dev/receipt @ rev 14908
slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Aug 03 17:37:48 2013 +0300 (2013-08-03) |
parents | c9905042f427 |
children | 8ed62ecac0c7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libmtp-dev"
4 VERSION="1.1.5"
5 CATEGORY="development"
6 SHORT_DESC="LGPL library implementation of the Media Transfer Protocol (MTP)"
7 MAINTAINER="keupont@no-log.org"
8 LICENSE="LGPL2.1"
9 WANTED="libmtp"
10 WEB_SITE="http://libmtp.sourceforge.net/"
12 DEPENDS="libmtp libusb libusb-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/bin $fs/usr
22 }