summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Hale <tseng@gentoo.org>2003-09-16 18:23:36 +0000
committerBrandon Hale <tseng@gentoo.org>2003-09-16 18:23:36 +0000
commitea8d62b9b6358dfd0debef0714f2b32cc3d3569a (patch)
tree231afc07bc5dd6136de07329b8e4712f92bf1def /x11-misc/fbdesk/fbdesk-1.1.5.ebuild
parentversion bump. (diff)
downloadhistorical-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.ebuild29
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
+}