diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-01 18:46:28 +0000 |
commit | 914ff821d2c9171d59d78c830c93b4b465321ff8 (patch) | |
tree | 267b40e68e7cb52dc549ccb98698daa3b5271ad4 /dev-libs/ucl | |
parent | Added KEYWORDS, removed old version. (diff) | |
download | gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.gz gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.tar.bz2 gentoo-2-914ff821d2c9171d59d78c830c93b4b465321ff8.zip |
repoman'd
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/ucl-1.01.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/ucl/ucl-1.01.ebuild b/dev-libs/ucl/ucl-1.01.ebuild index 586552b4d9e4..4348b38569bb 100644 --- a/dev-libs/ucl/ucl-1.01.ebuild +++ b/dev-libs/ucl/ucl-1.01.ebuild @@ -1,14 +1,16 @@ # Copyright 1998-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.2 2002/07/11 06:30:21 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.01.ebuild,v 1.3 2002/08/01 18:46:28 seemant Exp $ DESCRIPTION="UCL: The UCL Compression Library" SRC_URI="http://www.oberhumer.com/opensource/ucl/download/ucl-1.01.tar.gz" HOMEPAGE="http://www.oberhumer.com/opensource/ucl/" -LICENSE="GPL" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" src_compile() { - cd ${S} ./configure --prefix=/usr || die emake || die } @@ -18,4 +20,3 @@ src_install() { mkdir -p ${D}usr/src/ cp -r ${S} ${D}usr/src/ } - |