flammenflitzer Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
![](images/avatars/409843123410eaf2de9947.gif)
Joined: 25 Nov 2003 Posts: 3541 Location: Berlin
|
Posted: Fri Apr 03, 2009 6:07 am Post subject: eigenes ebuild mtpsync |
|
|
Hallo
Code: | # Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
inherit eutils
MY_PN="mtpsync_0.7.orig"
DESCRIPTION="MTPSync is used to syncronize files/music with a MTP device (as supported by libmtp)"
HOMEPAGE="http://www.adebenham.com/mtpsync/"
SRC_URI="http://www.adebenham.com/debian/${MY_PN}.tar.gz"
#"http://www.adebenham.com/debian/mtpsync_0.7.orig.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
#Compiling
#To compile you need the devel packages for gtk+-2.0, gconf-2.0, mad, libusb, id3tag, libmtp and readline
#Once you have all them it should be a simple matter of running ./configure;make;make install
RDEPEND="gtk+? >=x11-libs/gtk+-2.14.7-r2
gconf? >=gnome-base/gconf-2.24.0
mad? >=media-libs/libmad-0.15.1b-r2
libusb? >=dev-libs/libusb-0.1.12-r1
id3tag? >=media-libs/libid3tag-0.15.1b-r2
libmtp? >=media-libs/libmtp-0.3.7
readline? >=sys-libs/readline-5.2_p13"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_PN}" |
Code: | flammenflitzer olaf # emerge mtpsync
* IMPORTANT: 1 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.
Calculating dependencies... done!
>>> Verifying ebuild manifests
>>> Emerging (1 of 1) media-sound/mtpsync-0.7 from unknown repo
* mtpsync_0.7.orig.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ]
* checking ebuild checksums ;-) ... [ ok ]
* checking auxfile checksums ;-) ... [ ok ]
* checking miscfile checksums ;-) ... [ ok ]
>>> Unpacking source...
>>> Unpacking mtpsync_0.7.orig.tar.gz to /var/tmp/portage/media-sound/mtpsync-0.7/work
>>> Source unpacked in /var/tmp/portage/media-sound/mtpsync-0.7/work
>>> Configuring source in /var/tmp/portage/media-sound/mtpsync-0.7/work ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-sound/mtpsync-0.7/work ...
>>> Source compiled.
>>> Test phase [not enabled]: media-sound/mtpsync-0.7
>>> Install mtpsync-0.7 into /var/tmp/portage/media-sound/mtpsync-0.7/image/ category media-sound
>>> Completed installing mtpsync-0.7 into /var/tmp/portage/media-sound/mtpsync-0.7/image/
>>> Installing media-sound/mtpsync-0.7
>>> Recording media-sound/mtpsync in "world" favorites file...
>>> Auto-cleaning packages...
>>> No outdated packages were found on your system.
* GNU info directory index is up-to-date. | Irgendetwas ist hier falsch. |
|