[arch-commits] Commit in speakup-utils/repos (2 files)

Eric Bélanger eric at nymeria.archlinux.org
Thu May 30 21:45:34 UTC 2013


    Date: Thursday, May 30, 2013 @ 23:45:33
  Author: eric
Revision: 92001

archrelease: copy trunk to community-staging-any

Added:
  speakup-utils/repos/community-staging-any/
  speakup-utils/repos/community-staging-any/PKGBUILD
    (from rev 92000, speakup-utils/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: speakup-utils/repos/community-staging-any/PKGBUILD (from rev 92000, speakup-utils/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2013-05-30 21:45:33 UTC (rev 92001)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Chris Brannon <cmbrannon79 at gmail.com>
+
+pkgname=speakup-utils
+pkgver=3.1.6
+pkgrel=3
+pkgdesc='Tiny utilities for controlling the Speakup screenreader'
+arch=('any')
+url="http://linux-speakup.org/"
+depends=('sh')
+license=('GPL2')
+source=("ftp://mirrors.easynews.com/linux/ftp.linux-speakup.org/pub/speakup/speakup-$pkgver.tar.bz2")
+md5sums=('d5698267098f63ea166e06c0bd769a03')
+
+package() {
+  cd speakup-$pkgver/tools
+  install -D -m755 speakupconf "$pkgdir/usr/bin/speakupconf"
+  install -D -m755 talkwith "$pkgdir/usr/bin/talkwith"
+  cd ../man
+  install -D -m644 speakupconf.1 "$pkgdir/usr/share/man/man1/speakupconf.1"
+  install -D -m644 talkwith.1 "$pkgdir/usr/share/man/man1/talkwith.1"
+}




More information about the arch-commits mailing list