summaryrefslogtreecommitdiffstats
path: root/orca/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'orca/Pkgfile')
-rwxr-xr-xorca/Pkgfile20
1 files changed, 20 insertions, 0 deletions
diff --git a/orca/Pkgfile b/orca/Pkgfile
new file mode 100755
index 0000000..8d9e6d2
--- /dev/null
+++ b/orca/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Assistance technologique pour les personnes mal voyantes
+# Maintainer: NuTyX GNOME team
+# Packager: thierryn1 at hispeed do ch
+# Depends on: gnome-python, atk, at-spi, gnome-speech, dbus-python, pyxdg
+# Run on: gnome-python,atk,at-spi,gnome-speech,dbus-python,pyxdg
+
+name=orca
+version=3.1.3
+release=1
+
+source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
+
+build() {
+ cd $name-$version
+ PYTHON=python2 ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var
+ make
+ make DESTDIR=$PKG install
+}