Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 234197 Details for
Bug 321837
New ebuild media-libs/libspotify-0.0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libspotify-0.0.4.ebuild
libspotify-0.0.4.ebuild (text/plain), 728 bytes, created by
Jesús P Rey (Chuso)
on 2010-06-05 14:40:01 UTC
(
hide
)
Description:
libspotify-0.0.4.ebuild
Filename:
MIME Type:
Creator:
Jesús P Rey (Chuso)
Created:
2010-06-05 14:40:01 UTC
Size:
728 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=2 > >inherit eutils > >use x86 && ARCH="i686" >use amd64 && ARCH="x86_64" > >DESCRIPTION="libspotify C API" >HOMEPAGE="http://developer.spotify.com/en/libspotify/" >SRC_URI="http://developer.spotify.com/download/libspotify/${P}-linux6-${ARCH}.tar.gz" >LICENSE="libspotify" >SLOT=0 >KEYWORDS="~amd64 ~x86" >IUSE="doc" >RESTRICT="strip" > >S=${WORKDIR}/${P}-linux6-${ARCH} > >src_configure() { > epatch "${FILESDIR}/makefile-destdir.patch" >} > >src_compile() { > einfo "Nothing to compile" >} > >src_install() { > emake DESTDIR="${D}" prefix=/usr install || die "emake install failed" > use doc && dodoc ChangeLog LICENSE README >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 321837
:
233279
| 234197 |
234199
|
234201
|
334956