summaryrefslogtreecommitdiffstats
path: root/extra/orca/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-25 21:09:54 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-25 21:09:54 +0100
commitdb2697253087fa9f6dc660ce59ecc1e7a318accc (patch)
treeb4b4de6daa9f6358de4499e0c24fa32724d541c5 /extra/orca/Pkgfile
parent53dce89aebdeb46151d11cab714ea7985fdbfeac (diff)
downloadnutyx-extra-db2697253087fa9f6dc660ce59ecc1e7a318accc.tar.gz
nutyx-extra-db2697253087fa9f6dc660ce59ecc1e7a318accc.tar.bz2
nutyx-extra-db2697253087fa9f6dc660ce59ecc1e7a318accc.tar.xz
nutyx-extra-db2697253087fa9f6dc660ce59ecc1e7a318accc.zip
maj orca#2.28.1-1
Diffstat (limited to 'extra/orca/Pkgfile')
-rwxr-xr-xextra/orca/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/orca/Pkgfile b/extra/orca/Pkgfile
deleted file mode 100755
index aeeef8dab..000000000
--- a/extra/orca/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Assistive technology for people with visual impairments
-# Maintainer: Matt Housh, jaeger at morpheus dot net
-# Depends on: gnome-python, atk, at-spi, eel, gnome-speech
-# Group: gnome/desktop
-
-name=orca
-version=2.26.3
-release=1
-gnomever=2.26.3
-source=(http://download.gnome.org/desktop/${gnomever%.*}/$gnomever/sources/$name-$version.tar.bz2)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --sysconfdir=/etc \
- --with-widget=vte \
- --disable-schemas-install
- make
- make DESTDIR=$PKG install
-}