diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:38:32 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-16 09:38:32 +0200 |
commit | d0bedd6829590189a964314a2195ef6b6c915571 (patch) | |
tree | 3e6fe1b1dece568153682529ec88bc57480f64f8 /extra/newt | |
parent | d7b22dce67838239d86de567a3d9bd253a06cd1b (diff) | |
download | nutyx-extra-d0bedd6829590189a964314a2195ef6b6c915571.tar.gz nutyx-extra-d0bedd6829590189a964314a2195ef6b6c915571.tar.bz2 nutyx-extra-d0bedd6829590189a964314a2195ef6b6c915571.tar.xz nutyx-extra-d0bedd6829590189a964314a2195ef6b6c915571.zip |
ajout de newt#0.52.11-1
Diffstat (limited to 'extra/newt')
-rw-r--r-- | extra/newt/.footprint | 25 | ||||
-rw-r--r-- | extra/newt/.md5sum | 1 | ||||
-rw-r--r-- | extra/newt/Pkgfile | 19 |
3 files changed, 45 insertions, 0 deletions
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 +} + |