Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100969 Details for
Bug 153699
libcdorganizer-2.0.0.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libcdorganizer-2.0.0.ebuild (Update)
libcdorganizer-2.0.0.ebuild (text/plain), 1.71 KB, created by
Richard F. Ostrow Jr.
on 2006-11-01 08:18:50 UTC
(
hide
)
Description:
libcdorganizer-2.0.0.ebuild (Update)
Filename:
MIME Type:
Creator:
Richard F. Ostrow Jr.
Created:
2006-11-01 08:18:50 UTC
Size:
1.71 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils >SLOT="2.0" >LICENSE="BSD" >KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa amd64 ~ia64 ~m68k ~ppc64 >~ppc-macos ~s390 ~sh ~x86-fbsd" >DESCRIPTION="Library to handle control of multiple kinds of cd organizers" ># The URLs for every source file in your package, separated by whitespace. You ># should try not to include version numbers in the SRC_URI and S. Always try to ># use ${PV} or ${P}, and if a version number is not consistent with the name of ># the source package, make a ${MY_P} variable and use that instead. >SRC_URI="http://www.warfaresdl.com/~rich/${P}.tar.bz2" >HOMEPAGS="http://libcdorganizer.sourceforge.net" >IUSE="" > >DEPEND="=dev-libs/libusb-0.1* > =sys-devel/automake-1.9* > >=sys-devel/libtool-1.5 > >=sys-devel/autoconf-2.59" > ># Use this function to unpack your sources, apply patches, and run auxiliary ># programs such as the autotools. By default, this function unpacks the packages ># listed in A. The initial working directory is defined by WORKDIR. >src_unpack() >{ > tar -xjf ${DISTDIR}/${P}.tar.bz2 -C ${WORKDIR}/ >} > ># Use this function to configure and build the package. The initial working ># directory is S. >src_compile() >{ > econf || die "econf failed" > emake || die "emake failed" >} > ># Use this function to install the package to an image in D. If your package ># uses automake, you can do this simply with make DESTDIR=${D} install. Make ># sure your package installs all its files using D as the root! The initial ># working directory is S. >src_install() >{ > emake DESTDIR="${D}" install || die "emake install failed" > einfo "Make sure that your user is part of the usb group to use this library" >}
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 153699
: 100969