@@ -12,6 +12,7 @@ from pisi.actionsapi import get
|
||||
def setup():
|
||||
autotools.configure("--disable-static \
|
||||
--disable-rpath \
|
||||
--with-udev=/lib/udev \
|
||||
--with-udev-rules=69-libmtp.rules")
|
||||
|
||||
def build():
|
||||
@@ -23,9 +24,4 @@ def install():
|
||||
#install HAL file for portable audio players
|
||||
pisitools.insinto("/usr/share/hal/fdi/information/10freedesktop", "libmtp.fdi", "10-usb-music-players-libmtp.fdi")
|
||||
|
||||
#rename UDEV rules
|
||||
#pisitools.rename("/lib/udev/rules.d/libmtp.rules", "69-libmtp.rules")
|
||||
|
||||
#pisitools.removeDir("/usr/share/doc/libmtp-*")
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "README", "AUTHORS", "TODO")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>An implementation of Microsoft's Media Transfer Protocol (MTP)</Summary>
|
||||
<Description>libmtp is an implementation of Microsoft's Media Transfer Protocol (MTP) in the form of a library suitable primarily for POSIX compliant operating systems.</Description>
|
||||
<Archive sha1sum="31bebf3e49612f712f4ab1a03284dedf7044000f" type="targz">mirrors://sourceforge/libmtp/1.9/libmtp-1.1.9.tar.gz</Archive>
|
||||
<Archive sha1sum="4f7e79e15e6a0d0a3d76adbd1ca6d6c27d4b8424" type="targz">mirrors://sourceforge/libmtp/1.1.11/libmtp-1.1.11.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>doxygen</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
@@ -31,9 +31,8 @@
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="library">/usr/lib/libmtp.*</Path>
|
||||
<Path fileType="executable">/lib/udev</Path>
|
||||
<Path fileType="data">/lib/udev/rules.d</Path>
|
||||
<Path fileType="data">/usr/share/hal</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
@@ -54,8 +53,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-04-28</Date>
|
||||
<Version>1.1.9</Version>
|
||||
<Date>2016-04-10</Date>
|
||||
<Version>1.1.11</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
|
||||
Reference in New Issue
Block a user