summaryrefslogtreecommitdiffstats
path: root/base/newt/Pkgfile
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2011-10-15 16:51:43 +0200
committertnut <tnut at nutyx dot com>2011-10-15 16:51:43 +0200
commiteabe6bace96b4ba9b6cefc540a8dedc0b6dff200 (patch)
treecab0b514a35de2fd2aee646fcef187baf89526e3 /base/newt/Pkgfile
parentb6b559769d9a4568b0502b551391162e3c1294fa (diff)
downloadnutyx-pakxe-eabe6bace96b4ba9b6cefc540a8dedc0b6dff200.tar.gz
nutyx-pakxe-eabe6bace96b4ba9b6cefc540a8dedc0b6dff200.tar.bz2
nutyx-pakxe-eabe6bace96b4ba9b6cefc540a8dedc0b6dff200.tar.xz
nutyx-pakxe-eabe6bace96b4ba9b6cefc540a8dedc0b6dff200.zip
newt dans extra
Diffstat (limited to 'base/newt/Pkgfile')
-rw-r--r--base/newt/Pkgfile25
1 files changed, 0 insertions, 25 deletions
diff --git a/base/newt/Pkgfile b/base/newt/Pkgfile
deleted file mode 100644
index 00ed3aee0..000000000
--- a/base/newt/Pkgfile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Description: Librairie graphique pour mode texte
-# URL: "http://www.redhat.com"
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-
-name=newt
-version=0.52.12
-release=1
-
-source=(https://fedorahosted.org/releases/n/e/$name/$name-$version.tar.gz )
-
-build() {
- cd ${name}-$version
-
- 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
- sed -i "s/python3.1//" po/Makefile
-
- ./configure --prefix=/usr --with-gpm-support
- make
- make prefix=$PKG/usr install
-}
-
-