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/Pkgfile | |
parent | d7b22dce67838239d86de567a3d9bd253a06cd1b (diff) | |
download | nutyx-pakxe-d0bedd6829590189a964314a2195ef6b6c915571.tar.gz nutyx-pakxe-d0bedd6829590189a964314a2195ef6b6c915571.tar.bz2 nutyx-pakxe-d0bedd6829590189a964314a2195ef6b6c915571.tar.xz nutyx-pakxe-d0bedd6829590189a964314a2195ef6b6c915571.zip |
ajout de newt#0.52.11-1
Diffstat (limited to 'extra/newt/Pkgfile')
-rw-r--r-- | extra/newt/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
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 +} + |