summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:25:04 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-06-11 14:25:04 +0000
commite65a5eed9ff676324aa46fd13d8a7e0ad86483d6 (patch)
treec3a791e7d943b3ea95b993335105948bc17aa043 /x11-misc/icebgset
parentnew package (diff)
downloadgentoo-2-e65a5eed9ff676324aa46fd13d8a7e0ad86483d6.tar.gz
gentoo-2-e65a5eed9ff676324aa46fd13d8a7e0ad86483d6.tar.bz2
gentoo-2-e65a5eed9ff676324aa46fd13d8a7e0ad86483d6.zip
added SLOT and LICENSE
Diffstat (limited to 'x11-misc/icebgset')
-rw-r--r--x11-misc/icebgset/icebgset-0.5.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-misc/icebgset/icebgset-0.5.ebuild b/x11-misc/icebgset/icebgset-0.5.ebuild
index 90aab0da4d20..82a998aa11f3 100644
--- a/x11-misc/icebgset/icebgset-0.5.ebuild
+++ b/x11-misc/icebgset/icebgset-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.5.ebuild,v 1.1 2002/06/11 14:23:20 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icebgset/icebgset-0.5.ebuild,v 1.2 2002/06/11 14:25:04 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="IceWM background editor."
@@ -12,6 +12,9 @@ DEPEND="virtual/x11
media-libs/jpeg
media-libs/libpng"
+SLOT="0"
+LICENSE="GPL-2"
+
src_compile () {
econf \
--with-qt-dir=${QTDIR} || die
@@ -23,4 +26,6 @@ src_install () {
rm -rf ${D}/usr/doc
dohtml icebgset/docs/en/*.{html,sgml}
+
+ dodoc AUTHORS COPYING README TODO
}