diff options
author | Brandon Hale <tseng@gentoo.org> | 2003-09-16 18:23:36 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2003-09-16 18:23:36 +0000 |
commit | ea8d62b9b6358dfd0debef0714f2b32cc3d3569a (patch) | |
tree | 231afc07bc5dd6136de07329b8e4712f92bf1def /x11-misc/fbdesk/fbdesk-1.1.5.ebuild | |
parent | version bump. (diff) | |
download | historical-ea8d62b9b6358dfd0debef0714f2b32cc3d3569a.tar.gz historical-ea8d62b9b6358dfd0debef0714f2b32cc3d3569a.tar.bz2 historical-ea8d62b9b6358dfd0debef0714f2b32cc3d3569a.zip |
version bump.
Diffstat (limited to 'x11-misc/fbdesk/fbdesk-1.1.5.ebuild')
-rw-r--r-- | x11-misc/fbdesk/fbdesk-1.1.5.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-misc/fbdesk/fbdesk-1.1.5.ebuild b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild new file mode 100644 index 000000000000..75dcf0ad449c --- /dev/null +++ b/x11-misc/fbdesk/fbdesk-1.1.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.1.5.ebuild,v 1.1 2003/09/16 18:23:27 tseng Exp $ + +IUSE="" + +S=${WORKDIR}/${P} + +DESCRIPTION="FbDesk is a fluxbox-util application that creates and manage icons on your Fluxbox desktop." +HOMEPAGE="http://www.fluxbox.org/fbdesk/" +SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="media-libs/libpng + virtual/x11" + +src_compile() { + econf || die + emake || die +} + +src_install () { + einstall || die + + dodoc AUTHORS COPYING ChangeLog NEWS README +} |