libmtp: cross build support.
This commit is contained in:
parent
ddb205b866
commit
ec95b1162b
1 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libmtp'
|
||||
pkgname=libmtp
|
||||
version=1.1.6
|
||||
revision=2
|
||||
revision=3
|
||||
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"
|
||||
|
@ -13,10 +13,17 @@ 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."
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# XXX needs host mtp-hotplug
|
||||
hostmakedepends+=" libmtp"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
sed -e "s,\(util/mtp-hotplug \),mtp-hotplug ,g" -i Makefile.in
|
||||
fi
|
||||
}
|
||||
|
||||
post_install() {
|
||||
sed -i "/^Unable to open/d" ${DESTDIR}/usr/lib/udev/rules.d/69-libmtp.rules
|
||||
|
|
Loading…
Reference in a new issue