void-packages/srcpkgs/libmtp/template

21 lines
697 B
Plaintext
Raw Normal View History

2010-05-09 18:57:08 +02:00
# Template file for 'libmtp'
pkgname=libmtp
version=1.0.2
2012-07-09 18:15:29 +02:00
revision=3
build_style=gnu-configure
2012-07-09 18:15:29 +02:00
subpackages="$pkgname-devel"
makedepends="doxygen libusb-compat-devel"
2010-05-09 18:57:08 +02:00
short_desc="Library for Microsoft's Media Transfer Protocol (MTP)"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-07-09 18:15:29 +02:00
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
2010-05-09 18:57:08 +02:00
checksum=23adc4d18b5d9e0932a542104b871163cdadc09e697184199ecaaa33eaffa7af
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."
2012-07-09 18:15:29 +02:00
post_install() {
install -Dm644 ${wrksrc}/libmtp.rules \
${DESTDIR}/usr/lib/udev/rules.d/52-libmtp.rules
2010-05-09 18:57:08 +02:00
}