18 lines
718 B
Text
18 lines
718 B
Text
# Template file for 'libmtp'
|
|
pkgname=libmtp
|
|
version=1.1.4
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static --with-udev=/usr/lib/udev"
|
|
subpackages="$pkgname-devel"
|
|
makedepends="pkg-config 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=4c6c5cdb46959d9903e98c22e906407909b5bff996b7e1970dc2ee228e3e1460
|
|
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."
|