Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 233279 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]
/usr/portage/media-libs/libspotify/libspotify-0.0.4.ebuild
libspotify-0.0.4.ebuild (text/plain), 839 bytes, created by
Mads
on 2010-05-28 14:47:18 UTC
(
hide
)
Description:
/usr/portage/media-libs/libspotify/libspotify-0.0.4.ebuild
Filename:
MIME Type:
Creator:
Mads
Created:
2010-05-28 14:47:18 UTC
Size:
839 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=2 > >DESCRIPTION="libspotify C API" >HOMEPAGE="http://developer.spotify.com/en/libspotify/" >IUSE=+doc >SRC_URI="x86? ( http://developer.spotify.com/download/libspotify/${P}-linux6-i686.tar.gz ) > amd64? ( http://developer.spotify.com/download/libspotify/${P}-linux6-x86_64.tar.gz )" > >SLOT=0 > >KEYWORDS="~amd64 ~x86" > >src_install() { > if use x86; then > cd "${S}-linux6-i686" > insinto /usr/include/ > doins -r include/libspotify > insinto /usr/lib > doins -r lib/* > fi > if use amd64; then > cd "${S}-linux6-x86_64" > insinto /usr/include/ > doins -r include/libspotify > insinto /usr/lib64 > doins -r lib/* > fi > # emake prefix="${D}" install || die "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