diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-09 10:53:21 +0000 |
commit | 1db42b1b14263365745545f25c946f01be1709d4 (patch) | |
tree | 10a39cb4c93d6687707ee1f6966463aadb440f70 /x11-libs/docklib | |
parent | repoman QA issues (diff) | |
download | gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.tar.gz gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.tar.bz2 gentoo-2-1db42b1b14263365745545f25c946f01be1709d4.zip |
Added LICENSE, KEYWORDS and SLOT tags
Diffstat (limited to 'x11-libs/docklib')
-rw-r--r-- | x11-libs/docklib/docklib-0.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-libs/docklib/docklib-0.2.ebuild b/x11-libs/docklib/docklib-0.2.ebuild index 1312e3b015de..4021b7519f78 100644 --- a/x11-libs/docklib/docklib-0.2.ebuild +++ b/x11-libs/docklib/docklib-0.2.ebuild @@ -1,7 +1,7 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. # Maintainer: Vitaly Kushneriuk<vitaly@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/docklib-0.2.ebuild,v 1.1 2002/01/30 20:50:43 vitaly Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/docklib/docklib-0.2.ebuild,v 1.2 2002/07/09 10:53:20 aliz Exp $ S=${WORKDIR}/${P} @@ -10,6 +10,9 @@ SRC_URI="http://linuxberg.surfnet.nl/files/x11/dev/docklib-0.2.tar.gz" HOMEPAGE="http://www.windowmaker.org" DEPEND="x11-base/xfree" #RDEPEND="" +LICENSE="as-is" +SLOT="0" +KEYWORDS="x86" src_compile() { ./configure \ |