summaryrefslogtreecommitdiffstats
path: root/extra/brltty/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:25:45 +0100
commit364eb3f4561747275c1649fda3fd60c1c16632f9 (patch)
treef65644af8e9a76e84cc48e97cee5ae22fcbd6575 /extra/brltty/Pkgfile
parent9291e062cb24bac5d7c7059d4dc64669c1917b33 (diff)
downloadnutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.gz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.bz2
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.tar.xz
nutyx-pakxe-364eb3f4561747275c1649fda3fd60c1c16632f9.zip
Suppression des ports extra
Diffstat (limited to 'extra/brltty/Pkgfile')
-rw-r--r--extra/brltty/Pkgfile39
1 files changed, 0 insertions, 39 deletions
diff --git a/extra/brltty/Pkgfile b/extra/brltty/Pkgfile
deleted file mode 100644
index c11c7b841..000000000
--- a/extra/brltty/Pkgfile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Description: Terminal Braille
-# URL: http://mielke.cc/brltty
-# Maintainer: NuTyX core team
-# Packager: lesibel at free dot fr
-# Depends on: xorg-libxaw, xorg-libxtst
-# Run on: xorg-libxaw,xorg-libxtst
-
-name=brltty
-version=4.2
-release=1
-
-source=( http://mielke.cc/$name/releases/$name-$version.tar.gz
- brltty brltty.conf
- brltty-4.2-S_ISCHR.patch )
-
-build() {
- unset MAKEFLAGS
- cd $name-$version
- CFLAGS+="${CFLAGS} -D_GNU_SOURCE" \
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --enable-gpm \
- --disable-java-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
- install -D -m 755 $SRC/brltty $PKG/etc/rc.d/rcsysinit.d/S25brltty
- install -D -m 644 $SRC/brltty.conf $PKG/etc/conf.d/brltty.conf
- install -D -m 644 Documents/brltty.conf $PKG/etc/brltty.conf
-
-}
-
-