Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15780 Details for
Bug 23955
ebuild for qingy 0.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild for qingy 0.2
qingy-0.2.ebuild (text/plain), 1.18 KB, created by
Michele Noberasco (RETIRED)
on 2003-08-08 17:10:02 UTC
(
hide
)
Description:
ebuild for qingy 0.2
Filename:
MIME Type:
Creator:
Michele Noberasco (RETIRED)
Created:
2003-08-08 17:10:02 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >IUSE="pam" >DESCRIPTION="qingy is a replacement of getty. It uses DirectFB to provide a fast, nice GUI without the overhead of the X Windows System. It allows the user to log in and start the session of his choice (text console, gnome, kde, wmaker, ...)." >HOMEPAGE="http://qingy.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~sparc ~ppc ~alpha" >IUSE="pam" >DEPEND=">=dev-libs/DirectFB-0.9.18 > pam? ( >=sys-libs/pam-0.75-r11 )" >S=${WORKDIR}/${P} > >src_compile() >{ > econf || die > emake || die >} > >src_install() >{ > # create some dirs > mkdir -m 755 ${D}etc > use pam && mkdir -m 755 ${D}etc/pam.d > mkdir -m 755 ${D}sbin > > # copy documentation manually as make install doesn't do that > dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README > > # and finally install the program > make \ > prefix=${D} \ > install || die >} > >pkg_postinst () >{ > einfo "In order to use qingy you must first edit your /etc/inittab" > einfo "Check files INSTALL and README in /usr/share/doc/${P}" > einfo "for instructions on how to do that." > 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 23955
:
14162
|
14299
|
14643
|
15780
|
16903