summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-12-24 10:31:21 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-12-24 10:31:21 +0100
commit164b17d0eb3771680636dbfc0743f95d8c585cef (patch)
treeb6cfabf15d88cbbdd15f28db8b5cdc44abf311a0
parentd5c5dab6b9c5762a20710a6c080a244e0211c830 (diff)
downloadtvisiontest-164b17d0eb3771680636dbfc0743f95d8c585cef.tar.gz
tvisiontest-164b17d0eb3771680636dbfc0743f95d8c585cef.tar.bz2
removed PKGBUILD for neqwt
-rw-r--r--PKGBUILD_newt35
1 files changed, 0 insertions, 35 deletions
diff --git a/PKGBUILD_newt b/PKGBUILD_newt
deleted file mode 100644
index c7a1dff..0000000
--- a/PKGBUILD_newt
+++ /dev/null
@@ -1,35 +0,0 @@
-# Contributor: Roman Kyrylych <roman@archlinux.org>
-# Contributor: Tom Killian <tomk@runbox.com>
-# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
-
-pkgname=libnewt
-pkgver=0.52.12
-pkgrel=3
-pkgdesc="Not Erik's Windowing Toolkit - text mode windowing with slang"
-arch=('i686' 'x86_64')
-url="http://www.redhat.com"
-license=('GPL')
-depends=('slang' 'popt' 'gpm')
-makedepends=('tcl' 'python2')
-optdepends=('tcl: whiptcl support' \
- 'python2: libnewt api through _snack module')
-options=('!makeflags')
-source=(https://fedorahosted.org/releases/n/e/newt/newt-${pkgver}.tar.gz)
-md5sums=('51b04128d9e1bf000fa769c417b74486')
-
-build() {
- cd ${srcdir}/newt-${pkgver}
-
- sed -i "s:tcl8.4:tcl8.5:" Makefile.in
- sed -i "s:#!/usr/bin/python:#!/usr/bin/python2:" *.py
- sed -i "s:/usr/bin/install:/bin/install:" po/Makefile
-
- ./configure --prefix=/usr --with-gpm-support
- make
-}
-
-package() {
- cd ${srcdir}/newt-${pkgver}
-
- make prefix=${pkgdir}/usr install
-}