Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 71113 Details for
Bug 110021
openspace-0.1.0.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openspace.0.1.0.ebuild
openspace-0.1.0.ebuild (text/plain), 1.30 KB, created by
Mateusz Dworak
on 2005-10-21 05:34:50 UTC
(
hide
)
Description:
openspace.0.1.0.ebuild
Filename:
MIME Type:
Creator:
Mateusz Dworak
Created:
2005-10-21 05:34:50 UTC
Size:
1.30 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Openspace is powerful, flexible, and utterly configurable file manager for UNIX systems, written using the FOX toolkit. Alternative to those created for KDE / Gnome only" >HOMEPAGE="http://openspace.linux.pl/" >SRC_URI="http://www.openspace.linux.pl/data/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc" >IUSE="" >DEPEND="=x11-libs/fox-1.4* > dev-libs/libxml2" >S=${WORKDIR}/${P} > >pkg_setup() { > local png_flag=false > > for fox_install in /var/db/pkg/x11-libs/fox*; do > cd ${fox_install} || die > if [[ " $(<USE) " == *" png "* ]]; then > png_flag=true > break > fi > done > > if ! ${png_flag}; then > echo > eerror "fox-toolkit was not merged with the png" > eerror "USE flag. Openspace requires fox be" > eerror "built with this flag" > die "fox missing png support" > fi > > >} > > >src_compile() { > CXXFLAGS="-O2" ./configure --prefix=/usr --sysconfdir=/etc || die "configure failed" > make || die >} > >src_install() { >make DESTDIR=${D} install || die >} >
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 110021
:
71113
|
71132
|
71301
|
71674
|
84278