Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 373

Summary: window maker dock app library
Product: Gentoo Linux Reporter: bnl
Component: [OLD] LibraryAssignee: Geert Bevin <gbevin>
Status: RESOLVED FIXED    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: 1.0 RC6 r14   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 372    

Description bnl 2002-01-27 19:12:07 UTC
# Copyright 2002
# <bnl@eecs.berkeley.edu>

S=${WORKDIR}/${P}
DESCRIPTION="Window Maker Dock Applet Library"
SRC_URI="http://www.minet.uni-jena.de/~topical/sveng/wmail/${P}.tar.gz"
HOMEPAGE="http://www.minet.uni-jena.de/~topical/sveng/wmail.html"

DEPEND=">=x11-base/xfree-4.1.0"

src_compile() {

 	./configure --host=${CHOST} --prefix=/usr || die "Failed 
configuration"
	emake || die "Failed to build package."

}

src_install() {

	into /usr
	dolib src/libdockapp.la src/.libs/libdockapp.a
	insinto /usr/include
	doins src/dockapp.h
	dodoc README ChangeLog NEWS AUTHORS COPYING

}
Comment 1 bnl 2002-01-27 19:13:40 UTC
doh... forgot to put the title..

libdockapp-0.4.0.ebuild
Comment 2 Geert Bevin 2002-01-29 03:13:03 UTC
added to cvs