diff options
author | 2004-03-07 18:47:59 +0000 | |
---|---|---|
committer | 2004-03-07 18:47:59 +0000 | |
commit | 58803cb068cbd5052469c8ac599a33ef3a40a869 (patch) | |
tree | 9b162fb435fbd4578963f15ee19049cf90be27cf /sys-apps | |
parent | progsreiserfs-0.3.0.4.ebuild stable on ppc64 (Manifest recommit) (diff) | |
download | gentoo-2-58803cb068cbd5052469c8ac599a33ef3a40a869.tar.gz gentoo-2-58803cb068cbd5052469c8ac599a33ef3a40a869.tar.bz2 gentoo-2-58803cb068cbd5052469c8ac599a33ef3a40a869.zip |
New package to enable Braille tty's. Package was requested in bug #22895 by Sabahattin Gucukoglu <mail@sabahattin-gucukoglu.com>, and the ebuild submitted in bug #40334 by Diego Garcia <diego@envigo.net>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/brltty/ChangeLog | 11 | ||||
-rw-r--r-- | sys-apps/brltty/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/brltty/brltty-3.4.1.ebuild | 33 | ||||
-rw-r--r-- | sys-apps/brltty/files/digest-brltty-3.4.1 | 1 | ||||
-rw-r--r-- | sys-apps/brltty/metadata.xml | 9 |
5 files changed, 56 insertions, 0 deletions
diff --git a/sys-apps/brltty/ChangeLog b/sys-apps/brltty/ChangeLog new file mode 100644 index 000000000000..ce9961e3be38 --- /dev/null +++ b/sys-apps/brltty/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sys-apps/brltty +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/ChangeLog,v 1.1 2004/03/07 18:47:59 seemant Exp $ + +*brltty-3.4.1 (07 Mar 2004) + + 07 Mar 2004; Seemant Kulleen <seemant@gentoo.org> brltty-3.4.1.ebuild: + New package to enable Braille tty's. Package was requested in bug #22895 by + Sabahattin Gucukoglu <mail@sabahattin-gucukoglu.com>, and the ebuild submitted + in bug #40334 by Diego Garcia <diego@envigo.net> + diff --git a/sys-apps/brltty/Manifest b/sys-apps/brltty/Manifest new file mode 100644 index 000000000000..f51b8baf6f05 --- /dev/null +++ b/sys-apps/brltty/Manifest @@ -0,0 +1,2 @@ +MD5 fdcc85263ce7e87e583b183a775181d2 brltty-3.4.1.ebuild 734 +MD5 01fdfd93bce0191b5ac98a81f9bf7416 files/digest-brltty-3.4.1 65 diff --git a/sys-apps/brltty/brltty-3.4.1.ebuild b/sys-apps/brltty/brltty-3.4.1.ebuild new file mode 100644 index 000000000000..20d0fde87ab0 --- /dev/null +++ b/sys-apps/brltty/brltty-3.4.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/brltty/brltty-3.4.1.ebuild,v 1.1 2004/03/07 18:47:59 seemant Exp $ + +IUSE="gpm" + +DESCRIPTION="BRLTTY is a background process (daemon) which provides access to the Linux/Unix console (when in text mode) for a blind person " +HOMEPAGE="http://mielke.cc/brtltty" +SRC_URI="http://mielke.cc/brltty/releases/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips ~amd64 ~ia64 ~ppc64" + +DEPEND="virtual/glibc + gpm? ( >=sys-libs/gpm-1.20 )" + + +src_unpack() { + unpack ${A} + cd ${S} + sed -i "s:-O2 -g:${CFLAGS}:" Makefile +} + +src_compile() { + econf \ + `use_enable gpm` || die + make || die +} + +src_install() { + make INSTALL_ROOT=${D} install || die +} diff --git a/sys-apps/brltty/files/digest-brltty-3.4.1 b/sys-apps/brltty/files/digest-brltty-3.4.1 new file mode 100644 index 000000000000..e9b28813fff8 --- /dev/null +++ b/sys-apps/brltty/files/digest-brltty-3.4.1 @@ -0,0 +1 @@ +MD5 f1911b358a705cf49f4c909e1fda9cdd brltty-3.4.1.tar.gz 1017842 diff --git a/sys-apps/brltty/metadata.xml b/sys-apps/brltty/metadata.xml new file mode 100644 index 000000000000..faa5855face2 --- /dev/null +++ b/sys-apps/brltty/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>accessibility</herd> +<maintainer> + <email>seemant@gentoo.org</email> + <name>Seemant Kulleen</name> +</maintainer> +</pkgmetadata> |