Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 373 - window maker dock app library
Summary: window maker dock app library
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Geert Bevin
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks: 372
  Show dependency tree
 
Reported: 2002-01-27 19:12 UTC by bnl
Modified: 2002-01-29 03:13 UTC (History)
0 users

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 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