summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
committerMike Frysinger <vapier@gentoo.org>2003-11-11 13:17:36 +0000
commit95432aad7d1fed9e4ba1d8fbe00749a52eb1351c (patch)
treebd06dee102c9c1e02192a5f4ad8f2cf00bbff943 /x11-misc/bbappconf
parentold (diff)
downloadgentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.gz
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.tar.bz2
gentoo-2-95432aad7d1fed9e4ba1d8fbe00749a52eb1351c.zip
touchups
Diffstat (limited to 'x11-misc/bbappconf')
-rw-r--r--x11-misc/bbappconf/bbappconf-0.0.2.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
index 6d6da297f2a0..cc0e073517c3 100644
--- a/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
+++ b/x11-misc/bbappconf/bbappconf-0.0.2.ebuild
@@ -1,15 +1,14 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.2 2003/02/13 17:07:02 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.2.ebuild,v 1.3 2003/11/11 13:16:23 vapier Exp $
-S=${WORKDIR}/${P}
-DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox"
+DESCRIPTION="utility that allows you to specify window properties in blackbox"
SRC_URI="http://bbtools.windsofstorm.net/sources/${P}.tar.gz"
HOMEPAGE="http://bbtools.windsofstorm.net/"
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
+SLOT="0"
+KEYWORDS="x86 sparc"
DEPEND="virtual/blackbox"
@@ -18,7 +17,7 @@ src_compile() {
emake || die
}
-src_install () {
+src_install() {
make DESTDIR=${D} install || die
dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO
}