From d0bedd6829590189a964314a2195ef6b6c915571 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 16 Jun 2010 09:38:32 +0200 Subject: ajout de newt#0.52.11-1 --- extra/newt/.footprint | 25 +++++++++++++++++++++++++ extra/newt/.md5sum | 1 + extra/newt/Pkgfile | 19 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 extra/newt/.footprint create mode 100644 extra/newt/.md5sum create mode 100644 extra/newt/Pkgfile (limited to 'extra') diff --git a/extra/newt/.footprint b/extra/newt/.footprint new file mode 100644 index 000000000..1b0e531c9 --- /dev/null +++ b/extra/newt/.footprint @@ -0,0 +1,25 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/whiptail +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/newt.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libnewt.a +lrwxrwxrwx root/root usr/lib/libnewt.so -> libnewt.so.0.52 +lrwxrwxrwx root/root usr/lib/libnewt.so.0.52 -> libnewt.so.0.52.11 +-rwxr-xr-x root/root usr/lib/libnewt.so.0.52.11 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libnewt.pc +drwxr-xr-x root/root usr/lib/python2.6/ +drwxr-xr-x root/root usr/lib/python2.6/site-packages/ +-rwxr-xr-x root/root usr/lib/python2.6/site-packages/_snackmodule.so +-rw-r--r-- root/root usr/lib/python2.6/site-packages/snack.py +-rwxr-xr-x root/root usr/lib/whiptcl.so +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/newt.mo +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/whiptail.1.gz diff --git a/extra/newt/.md5sum b/extra/newt/.md5sum new file mode 100644 index 000000000..d5e30805c --- /dev/null +++ b/extra/newt/.md5sum @@ -0,0 +1 @@ +4b9a0685ecd180c42d2c4a5806e3fc52 newt-0.52.11.tar.gz diff --git a/extra/newt/Pkgfile b/extra/newt/Pkgfile new file mode 100644 index 000000000..d6b85946f --- /dev/null +++ b/extra/newt/Pkgfile @@ -0,0 +1,19 @@ +# Description: Librairie graphique pour mode texte +# URL: "http://www.redhat.com" +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: slang + +name=newt +version=0.52.11 +release=1 +source=(http://kiao.no-ip.info/NuTyX/files/$name-$version.tar.gz) + +build() { +cd ${name}-$version + sed -i "s:tcl8.4:tcl8.5:" Makefile.in + ./configure --prefix=/usr + make + make prefix=$PKG/usr install +} + -- cgit v1.2.3-54-g00ecf