Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19871 - Ebuild for wmDeskGuide-0.2
Summary: Ebuild for wmDeskGuide-0.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: rob holland (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-04-24 04:20 UTC by Hamlet Mun
Modified: 2003-06-06 07:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hamlet Mun 2003-04-24 04:20:14 UTC
S=${WORKDIR}/${P}                                                               
DESCRIPTION="WMaker DockApp: GNOME 1.4 DeskGuide port for the Window Maker envir
onment."                                                                        
SRC_URI="http://charybda.icm.edu.pl/~jarwyp/download/${P}.tar.gz"               
HOMEPAGE="http://charybda.icm.edu.pl/~jarwyp/"                                  
                                                                                
DEPEND="virtual/x11"                                                            
                                                                                
SLOT="0"                                                                        
LICENSE="GPL-2"                                                                 
KEYWORDS="x86 "                                                                 
                                                                                
src_compile() {                                                                 
        make                                                                    
}                                                                               
                                                                                
src_install () {                                                                
        dobin wmDeskGuide                                                       
}

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 rob holland (RETIRED) gentoo-dev 2003-06-06 07:49:34 UTC
added. thanks for the ebuild :) I added the gnome stuff to DEPEND. Please submit ebuilds as attachments if you submit any more.

thanks again :)