summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-23 23:17:20 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-23 23:17:20 +0000
commite92162232214d1a974b3bae8720ad158e03205b1 (patch)
tree11632d06f4e00c974c60dbd5bc370ec60d39c444 /sys-apps
parentadd arm KEYWORDS (diff)
downloadhistorical-e92162232214d1a974b3bae8720ad158e03205b1.tar.gz
historical-e92162232214d1a974b3bae8720ad158e03205b1.tar.bz2
historical-e92162232214d1a974b3bae8720ad158e03205b1.zip
arm KEYWORDS
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/kbd/kbd-1.12-r2.ebuild21
1 files changed, 10 insertions, 11 deletions
diff --git a/sys-apps/kbd/kbd-1.12-r2.ebuild b/sys-apps/kbd/kbd-1.12-r2.ebuild
index c577df023e0a..733f277a3d0c 100644
--- a/sys-apps/kbd/kbd-1.12-r2.ebuild
+++ b/sys-apps/kbd/kbd-1.12-r2.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.12-r2.ebuild,v 1.3 2004/03/02 16:45:21 iggy Exp $
-
-IUSE="nls"
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/kbd/kbd-1.12-r2.ebuild,v 1.4 2004/05/23 23:17:20 vapier Exp $
inherit eutils
-S="${WORKDIR}/${P}"
DESCRIPTION="Keyboard and console utilities"
+HOMEPAGE="http://freshmeat.net/projects/kbd/"
SRC_URI="ftp://ftp.cwi.nl/pub/aeb/kbd/${P}.tar.gz
ftp://ftp.win.tue.nl/pub/home/aeb/linux-local/utils/kbd/${P}.tar.gz"
-HOMEPAGE="http://freshmeat.net/projects/kbd/"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~mips ~hppa ~ia64 ~ppc64 s390"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390"
+IUSE="nls"
-DEPEND="virtual/glibc nls? ( sys-devel/gettext )"
+DEPEND="virtual/glibc
+ nls? ( sys-devel/gettext )"
PROVIDE="sys-apps/console-tools"
src_unpack() {
@@ -45,7 +44,8 @@ src_compile() {
use nls || myconf="--disable-nls"
# We should not add the prefix to mandir and datadir
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--mandir=/usr/share/man \
--datadir=/usr/share \
${myconf} || die
@@ -63,8 +63,7 @@ src_install() {
mv ${D}/usr/bin/setfont ${D}/bin/
dosym ../../bin/setfont /usr/bin/setfont
- dodoc CHANGES CREDITS COPYING README
+ dodoc CHANGES CREDITS README
dodir /usr/share/doc/${PF}/html
cp -dR doc/* ${D}/usr/share/doc/${PF}/html/
}
-