diff options
author | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-29 19:17:21 +0000 |
---|---|---|
committer | Gabriele Giorgetti <stroke@gentoo.org> | 2002-07-29 19:17:21 +0000 |
commit | 69f1c70bd0b24e79306786013ffba5bc36404faf (patch) | |
tree | 655110f729c9f2f48606e9daa483a74d850c894a /x11-misc/fspanel | |
parent | Unmasked wine-doc-20020710 (diff) | |
download | gentoo-2-69f1c70bd0b24e79306786013ffba5bc36404faf.tar.gz gentoo-2-69f1c70bd0b24e79306786013ffba5bc36404faf.tar.bz2 gentoo-2-69f1c70bd0b24e79306786013ffba5bc36404faf.zip |
New package: Good (and small) replacement for gnome-panel
Diffstat (limited to 'x11-misc/fspanel')
-rw-r--r-- | x11-misc/fspanel/ChangeLog | 11 | ||||
-rw-r--r-- | x11-misc/fspanel/files/digest-fspanel-0.8_beta1 | 1 | ||||
-rw-r--r-- | x11-misc/fspanel/fspanel-0.8_beta1.ebuild | 28 |
3 files changed, 40 insertions, 0 deletions
diff --git a/x11-misc/fspanel/ChangeLog b/x11-misc/fspanel/ChangeLog new file mode 100644 index 000000000000..aeb3cfee796e --- /dev/null +++ b/x11-misc/fspanel/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for x11-misc/fspanel +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fspanel/ChangeLog,v 1.1 2002/07/29 19:17:21 stroke Exp $ + +*fspanel-0.8_beta1 (29 Jul 2002) + + 29 Jul 2002; Gabriele Giorgetti <stroke@gentoo.org> fspanel-0.8_beta1.ebuild: + + Initial cvs import. + Ebuild submitted by <jjosegutierrez@terra.es> (bug #4150) + Added SLOT, LICENSE, KEYWORDS
\ No newline at end of file diff --git a/x11-misc/fspanel/files/digest-fspanel-0.8_beta1 b/x11-misc/fspanel/files/digest-fspanel-0.8_beta1 new file mode 100644 index 000000000000..536e61ef47f2 --- /dev/null +++ b/x11-misc/fspanel/files/digest-fspanel-0.8_beta1 @@ -0,0 +1 @@ +MD5 213ea167a50c4971c3c110db9b4be4e9 fspanel-0.8beta1.tar.gz 9703 diff --git a/x11-misc/fspanel/fspanel-0.8_beta1.ebuild b/x11-misc/fspanel/fspanel-0.8_beta1.ebuild new file mode 100644 index 000000000000..f18827528b47 --- /dev/null +++ b/x11-misc/fspanel/fspanel-0.8_beta1.ebuild @@ -0,0 +1,28 @@ +# 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/fspanel/fspanel-0.8_beta1.ebuild,v 1.1 2002/07/29 19:17:21 stroke Exp $ + +S=${WORKDIR}/fspanel-0.8beta1 +DESCRIPTION="F***ing Small Panel. Good (and small) replacement for gnome-panel" +SRC_URI="http://www.chatjunkies.org/fspanel/fspanel-0.8beta1.tar.gz" +HOMEPAGE="http://www.chatjunkies.org/fspanel" + +SLOT="0" +KEYWORDS="x86" +LICENSE="GPL-2" + +DEPEND="virtual/x11" +RDEPEND="${DEPEND}" + +src_compile() { + + ./configure + emake || die +} + +src_install () { + exeinto /usr/bin + doexe ${S}/fspanel + + dodoc README +} |