35 lines
1,020 B
Text
35 lines
1,020 B
Text
# Template file for 'libmtp'
|
|
pkgname=libmtp
|
|
version=1.1.6
|
|
revision=1
|
|
build_style=gnu-configure
|
|
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)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://libmtp.sourceforge.net"
|
|
license="LGPL-2.1"
|
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
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
|
|
systems."
|
|
|
|
libmtp-devel_package() {
|
|
depends="libusb-devel libmtp>=${version}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|
|
|
|
libmtp_package() {
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|