libmtp: update to 1.1.6.
This commit is contained in:
parent
3af9ff2ac9
commit
e95924f6d6
1 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'libmtp'
|
||||
pkgname=libmtp
|
||||
version=1.1.5
|
||||
revision=2
|
||||
version=1.1.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-udev=/usr/lib/udev"
|
||||
configure_args="--disable-static --with-udev=/usr/lib/udev
|
||||
ac_cv_func_memcmp_working=yes ac_cv_func_malloc_0_nonnull=yes"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libusb-devel libgcrypt-devel"
|
||||
short_desc="Library for Microsoft's Media Transfer Protocol (MTP)"
|
||||
|
@ -11,7 +12,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://libmtp.sourceforge.net"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=787679171baf8b3cf2fcc03196c705ab4d7cbc969bd71f9d3696be1ce7f1c63a
|
||||
checksum=3a1c1c83af91de4052eb54feb795c141b4c04a252e0031954ebbf6175970cb0a
|
||||
long_desc="
|
||||
libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP)
|
||||
in the form of a library suitable primarily for POSIX compliant operating
|
||||
|
@ -19,15 +20,16 @@ long_desc="
|
|||
|
||||
libmtp-devel_package() {
|
||||
depends="libusb-devel libmtp>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
libmtp_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue