Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 161281 Details for
Bug 232855
mgeops-psp ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mgeops-psp ebuild
mgeops-psp-3.0.7.ebuild (text/plain), 1.95 KB, created by
Jimmy.Jazz
on 2008-07-24 17:24:14 UTC
(
hide
)
Description:
mgeops-psp ebuild
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2008-07-24 17:24:14 UTC
Size:
1.95 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils flag-o-matic autotools libtool > >DESCRIPTION="MGE Office Protection Systems - Personal Solution Pac" >HOMEPAGE="http://download.mgeops.com/explore/fra/ptp/ptp_sol.htm" >SRC_URI="http://opensource.mgeops.com/stable/sources/projects/psp/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >RDEPEND=">=sys-power/nut-2.2.2" > >DEPEND="${RDEPEND} >>=dev-cpp/glibmm-2.4.4 >>=dev-cpp/gtkmm-2.4.5 >>=x11-libs/pango-1.4.1 >>=dev-libs/libsigc++-2.0.3 >dev-libs/libusb >dev-util/desktop-file-utils" > >src_unpack() { > unpack ${A} > cd ${S} > > epatch "${FILESDIR}"/${P}.patch || die > epatch "${FILESDIR}"/SystemService.diff || die > epatch "${FILESDIR}"/NutConfig.diff || die > epatch "${FILESDIR}"/EventWin.diff || die > > eautoreconf || die > >} > >src_compile() { > filter-ldflags -Wl,--no-as-needed > > econf configure || die "could not configure" > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > #into /etc > #dosym /etc/nut/ /etc/ups >} > >pkg_postinst() { > #add the ups group to the system > enewgroup nut > # this is to ensure that everybody that installed old versions still has > # correct permissions > chown nut:nut ${ROOT}/etc/nut/{ups.conf,upsd.conf,upsd.users,upsmon.conf,upssched.conf,wizard.conf} 2>/dev/null > > > ewarn "You need to add the nut user to the ups and uucp group with the command > gpasswd -a nut ups. Don't forget to add the nut user to the tty group." > > einfo "Then you have to start the nut'drivers with these commands: upsdrvctl start, > upsd and upsmon. To start them automitacally on boot time, add them to /etc/conf.d/local.start. > The first time you launch Personal Solution Pac, do it from a terminal > with the command : psp & (root access required).The next time, you can start it > by adding the command on your .xinitrc or window manager startup script (by example ~/.kde/Autostart/)." >} > >
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 232855
: 161281 |
161283
|
161284
|
161285
|
161286
|
234189
|
234191