summaryrefslogtreecommitdiffstats
path: root/extra/newt/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-16 09:38:32 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-16 09:38:32 +0200
commitd0bedd6829590189a964314a2195ef6b6c915571 (patch)
tree3e6fe1b1dece568153682529ec88bc57480f64f8 /extra/newt/Pkgfile
parentd7b22dce67838239d86de567a3d9bd253a06cd1b (diff)
downloadnutyx-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/Pkgfile19
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
+}
+