wok annotate libmtp-dev/receipt @ rev 23341

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