libmtp: update to 1.1.4; major SONAME bump.
This commit is contained in:
parent
8c6c8a1dd7
commit
8119c491f3
|
@ -593,7 +593,7 @@ libmpi.so.0 openmpi-1.4.1_1
|
|||
libopenmpi_malloc.so.0 openmpi-1.4.1_1
|
||||
libopen-pal.so.0 openmpi-1.4.1_1
|
||||
libopen-rte.so.0 openmpi-1.4.1_1
|
||||
libmtp.so.8 libmtp-1.0.2_1
|
||||
libmtp.so.9 libmtp-1.1.4_1
|
||||
libelf-0.8.13.so libelf-0.8.13_1
|
||||
libelf.so.0 libelf-0.8.13_1
|
||||
libgtksourceview-3.0.so.0 gtksourceview-3.0.0_1
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
# Template file for 'libmtp-devel'.
|
||||
#
|
||||
depends="libusb-compat-devel libmtp"
|
||||
noarch=yes
|
||||
depends="libusb-devel libmtp>=${version}"
|
||||
short_desc="${sourcepkg} development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/{include,share} ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
libusb-0.1.so.4
|
||||
libusb-1.0.so.0
|
||||
libgcrypt.so.11
|
||||
libc.so.6
|
||||
|
|
|
@ -1,20 +1,18 @@
|
|||
# Template file for 'libmtp'
|
||||
pkgname=libmtp
|
||||
version=1.0.2
|
||||
revision=3
|
||||
version=1.1.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-udev=/usr/lib/udev"
|
||||
subpackages="$pkgname-devel"
|
||||
makedepends="doxygen libusb-compat-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=23adc4d18b5d9e0932a542104b871163cdadc09e697184199ecaaa33eaffa7af
|
||||
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."
|
||||
|
||||
post_install() {
|
||||
install -Dm644 ${wrksrc}/libmtp.rules \
|
||||
${DESTDIR}/usr/lib/udev/rules.d/52-libmtp.rules
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue