wok-6.x view libmtp-dev/receipt @ rev 13481
busybox: use slitaz-base httphelper.sh
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 11 13:43:57 2012 +0200 (2012-10-11) |
parents | efe5427516d9 |
children | 4904e3d374a9 |
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 DEPENDS="libmtp libusb libusb-dev"
9 WANTED="libmtp"
10 WEB_SITE="http://libmtp.sourceforge.net/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/bin $fs/usr
20 }