From 364eb3f4561747275c1649fda3fd60c1c16632f9 Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:25:45 +0100 Subject: Suppression des ports extra --- extra/brltty/Pkgfile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 extra/brltty/Pkgfile (limited to 'extra/brltty/Pkgfile') 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 - -} - - -- cgit v1.2.3-70-g09d2