diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-28 03:51:44 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-28 03:51:44 +0000 |
commit | 9e9cac6b18144c74a21e4ac8caa21dc5d95eedfb (patch) | |
tree | d0ee4fadf27731e1497569392de6eab77247c6d0 /x11-misc | |
parent | removed cowsay, as it already existed for a week prior in app-games (diff) | |
download | gentoo-2-9e9cac6b18144c74a21e4ac8caa21dc5d95eedfb.tar.gz gentoo-2-9e9cac6b18144c74a21e4ac8caa21dc5d95eedfb.tar.bz2 gentoo-2-9e9cac6b18144c74a21e4ac8caa21dc5d95eedfb.zip |
new package for blackboxlike window managers to set window properties
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bbappconf/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/bbappconf/bbappconf-0.0.1.ebuild | 24 | ||||
-rw-r--r-- | x11-misc/bbappconf/files/digest-bbappconf-0.0.1 | 1 |
3 files changed, 36 insertions, 0 deletions
diff --git a/x11-misc/bbappconf/ChangeLog b/x11-misc/bbappconf/ChangeLog new file mode 100644 index 000000000000..fe61b79580c0 --- /dev/null +++ b/x11-misc/bbappconf/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/bbappconf +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/ChangeLog,v 1.1 2002/07/28 03:51:44 seemant Exp $ + +*bbappconf-0.0.1 (27 Jul 2002) + + 27 Jul 2002; Seemant Kulleen <seemant@gentoo.org> bbappconf-0.0.1.ebuild + ChangeLog files/digest-bbappconf-0.0.1 : + + A utility which allows a user to specify window properties in *box window + managers. Ebuild submitted by: pau@eslack.org (Pau Oliva) in bug #5286. diff --git a/x11-misc/bbappconf/bbappconf-0.0.1.ebuild b/x11-misc/bbappconf/bbappconf-0.0.1.ebuild new file mode 100644 index 000000000000..450dc8479475 --- /dev/null +++ b/x11-misc/bbappconf/bbappconf-0.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bbappconf/bbappconf-0.0.1.ebuild,v 1.1 2002/07/28 03:51:44 seemant Exp $ + +S="${WORKDIR}/${P}-peak3" +DESCRIPTION="bbappconf is a utility that allows you to specify window properties in blackbox" +SRC_URI="http://bbtools.windsofstorm.net/sources/devel/${P}-peak3.tar.gz" +HOMEPAGE="http://bbtools.windsofstorm.net/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/blackbox" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + dodoc AUTHORS BUGS ChangeLog COPYING NEWS README TODO +} diff --git a/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 new file mode 100644 index 000000000000..1b4b67f8cc5e --- /dev/null +++ b/x11-misc/bbappconf/files/digest-bbappconf-0.0.1 @@ -0,0 +1 @@ +MD5 d3972415511e9a783218110a932cbe5f bbappconf-0.0.1-peak3.tar.gz 80193 |