Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12128 Details for
Bug 21230
crip-3.4.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
crip-3.4.ebuild (New Package)
crip-3.4.ebuild (text/plain), 3.19 KB, created by
Louis Kowolowski
on 2003-05-18 22:44:38 UTC
(
hide
)
Description:
crip-3.4.ebuild (New Package)
Filename:
MIME Type:
Creator:
Louis Kowolowski
Created:
2003-05-18 22:44:38 UTC
Size:
3.19 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > ># NOTE: The comments in this file are for instruction and documentation. ># They're not meant to appear with your final, production ebuild. Please ># remember to remove them before submitting or committing your ebuild. That ># doesn't mean you can't add your own comments though. > ># The 'Header' on the third line should just be left alone. When your ebuild ># will be commited to cvs, the details on that line will be automatically ># generated to contain the correct data. > ># Short one-line description of this package. >DESCRIPTION="Console Rip program to automate creation of oggvorbis files" > >HOMEPAGE="http://bach.dynet.com/crip/" >SRC_URI="http://bach.dynet.com/crip/src/${P}.tar.gz" > >LICENSE="" > >SLOT="0" > >KEYWORDS="~x86" > >IUSE="oggvorbis" > >DEPEND="virtual/glibc > >=media-sound/vorbis-tools-1.0 > >=media-sound/cdparanoia-3.9.8 > >=media-sound/sox-12.17.3 > flac? ( >=media-libs/flac-1.1.0 ) > >=dev-lang/perl-5.8.0 > >=dev-perl/CDDB_get-2.10" > >#RDEPEND="" > >S=${WORKDIR}/${P} > >src_compile() { > # Most open-source packages use GNU autoconf for configuration. > # You should use something similar to the following lines to > # configure your package before compilation. The "|| die" portion > # at the end will stop the build process if the command fails. > # You should use this at the end of critical commands in the build > # process. (Hint: Most commands are critical, that is, the build > # process should abort if they aren't successful.) > gcc -O2 wav_find_end.c -o wav_find_end > gcc -O2 wav_find_beginning.c -o wav_find_beginning > > # Note the use of --infodir and --mandir, above. This is to make > # this package FHS 2.2-compliant. For more information, see > # http://www.pathname.com/fhs/ > > # Also note that it is cleaner and easier to use econf, which is the > # portage shortcut to the above ./configure statement: > # > # econf || die > > # emake (previously known as pmake) is a script that calls the > # standard GNU make with parallel building options for speedier > # builds (especially on SMP systems). Try emake first. It might > # not work for some packages, in which case you'll have to resort > # to normal "make". > #emake || die > #make || die >} > >src_install() { > # You must *personally verify* that this trick doesn't install > # anything outside of DESTDIR; do this by reading and > # understanding the install part of the Makefiles. > > # For Makefiles that don't make proper use of DESTDIR, setting > # prefix is often an alternative. However if you do this, then > # you also need to specify mandir and infodir, since they were > # passed to ./configure as absolute paths (overriding the prefix > # setting). > #make \ > # prefix=${D}/usr \ > # mandir=${D}/usr/share/man \ > # infodir=${D}/usr/share/info \ > # install || die > # Again, verify the Makefiles! We don't want anything falling > # outside of ${D}. > install -d ${D}/usr/bin > install crip editcomment wav_find_beginning wav_find_end ${D}/usr/bin > > # The portage shortcut to the above command is simply: > # > #einstall || die >} >pkg_postinst() { > echo > eerror "Please edit /usr/bin/crip and adjust the settings to your liking" > eerror "before running it!" > echo > sleep 5 >}
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 21230
: 12128