diff options
author | sibel <lesibel@free.fr> | 2011-03-13 08:59:09 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-13 08:59:09 +0100 |
commit | fdfc6ae280077eb59f0fe3a1df82c7e156065709 (patch) | |
tree | bc48070b1584660b8f76f7c88112a484956b414d /extra/brltty/Pkgfile | |
parent | 595c0a0620c38b6ada62e2b253fde4ef0e53fb8b (diff) | |
download | nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.gz nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.bz2 nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.tar.xz nutyx-pakxe-fdfc6ae280077eb59f0fe3a1df82c7e156065709.zip |
brltty, maj 4.2-1
Diffstat (limited to 'extra/brltty/Pkgfile')
-rw-r--r-- | extra/brltty/Pkgfile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/extra/brltty/Pkgfile b/extra/brltty/Pkgfile index c49e8f811..684544ece 100644 --- a/extra/brltty/Pkgfile +++ b/extra/brltty/Pkgfile @@ -2,15 +2,16 @@ # URL: http://mielke.cc/brltty # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: xorg-libxaw, at-spi, gpm, icu, python, tcl, atk, xorg-libxtst -# Run on: xorg-libxaw,at-spi,gpm,icu,tcl,atk,xorg-libxtst +# Depends on: xorg-libxaw, xorg-libxtst +# Run on: xorg-libxaw,xorg-libxtst name=brltty -version=4.1 +version=4.2 release=1 source=( http://mielke.cc/$name/releases/$name-$version.tar.gz - brltty brltty.conf ) + brltty brltty.conf + brltty-4.2-S_ISCHR.patch ) build() { cd $name-$version @@ -21,7 +22,10 @@ build() { --localstatedir=/var \ --enable-gpm \ --disable-java-bindings \ - --disable-caml-bindings + --disable-caml-bindings \ + PYTHON=/usr/bin/python2 + + patch -Np1 -i ../brltty-4.2-S_ISCHR.patch make make INSTALL_ROOT=$PKG install mkdir -p $PKG/etc/rc.d/rcsysinit.d |