Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7562 Details for
Bug 14421
rio500-0.8.1.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The ebuild
rio500-0.8.1.ebuild (text/plain), 1.30 KB, created by
David Mott
on 2003-01-23 07:47:51 UTC
(
hide
)
Description:
The ebuild
Filename:
MIME Type:
Creator:
David Mott
Created:
2003-01-23 07:47:51 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org> ># $Header: $ > >S=${WORKDIR}/${P} >DESCRIPTION="Command line tools for transfering mp3s to and from a Rio500" >SRC_URI="http://www.hadess.net/files/${P}.tar.gz" >HOMEPAGE="http://rio500.sourceforge.net" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >DEPEND="=dev-libs/glib-1.2* > >=dev-libs/libusb-0.1.3" > >RDEPEND="${DEPEND}" > >src_unpack() { > unpack ${A} > patch -p0 < ${FILESDIR}/config.h.diff || die "Patching failed" >} > >src_compile() { > ./configure \ > --with-prefix=/usr \ > --with-fontpath=/usr/share/rio500/ \ > --with-id3support \ > --with-usbdevfs || die > make || die >} > >src_install () { ># make install \ ># DESTDIR=${D} \ ># datadir=${D}/usr/share/rio500 || die > > cd librio500 > dolib.a librio500.a librio500_api.a > > insinto /usr/include > doins librio500.h librio500_api.h libpsf.h libfon.h bmp2rioani.h > doins rio500_usb.h > > cd ../src > dobin rio_add_folder rio_swap_songs rio_format bmp2rioani > dobin rio_add_song rio_swap_songs_simple rio_get_song > dobin rio_del_song rio_stat rio_font_info > > cd ../docs > doman rio_add_folder.1 rio_format.1 rio_add_song.1 rio_stat.1 > > cd .. > dodoc AUTHORS COPYING ChangeLog NEWS README TODO > dodoc fonts/Readme.txt >}
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 14421
: 7562 |
7563