Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50448 Details for
Bug 4600
New ebuild for checkinstall 1.5.2 (sys-apps)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
checkinstall-1.5.3 ebuild
checkinstall-1.5.3.ebuild (text/plain), 1.32 KB, created by
Jeff Davidson
on 2005-02-05 08:28:22 UTC
(
hide
)
Description:
checkinstall-1.5.3 ebuild
Filename:
MIME Type:
Creator:
Jeff Davidson
Created:
2005-02-05 08:28:22 UTC
Size:
1.32 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Create rpm/tgz/deb packages from source compiles" >HOMEPAGE="http://checkinstall.izto.org/" > >S=${WORKDIR}/${P} >SRC_URI="http://checkinstall.izto.org/files/source/${P}.tgz" >LICENSE="GPL-2" >SLOT="0" > >RDEPEND="app-arch/rpm" >DEPEND="virtual/glibc" > >KEYWORDS="~x86" > >src_compile() { > > emake PREFIX=/usr || die "compile problem" > >} > >src_install () { > > dosbin makepak > > sed -e 's:/usr/local/lib/checkinstall/checkinstallrc:/usr/lib/checkinstall/checkinstallrc:' \ > -e 's:INSTALLWATCH_PREFIX="/usr/local":INSTALLWATCH_PREFIX="/usr":' \ > -e 's:MAKEPKG=/usr/local/sbin/makepak:MAKEPKG=/usr/sbin/makepak:' \ > checkinstall >checkinstall.gentoo > newsbin checkinstall.gentoo checkinstall > > dolib.so installwatch-0.6.3/installwatch.so > sed -e 's:#PREFIX#:/usr:' installwatch-0.6.3/installwatch > installwatch-0.6.3/installwatch.gentoo > newbin installwatch-0.6.3/installwatch.gentoo installwatch > > mkdir -p ${D}usr/lib/checkinstall > sed -e 's:INSTALLWATCH_PREFIX="/usr/local":INSTALLWATCH_PREFIX="/usr":' checkinstallrc >checkinstallrc.gentoo > cp checkinstallrc.gentoo ${D}/usr/lib/checkinstall/checkinstallrc > > dodoc doc-pak/* > docinto installwatch-0.6.3; dodoc doc-pak/* >} >
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 4600
:
50448
|
50461