summaryrefslogtreecommitdiffstats
path: root/base/dialog/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-02-21 21:33:58 +0100
committertnut <thierryn1 at hispeed dot ch>2011-02-21 21:33:58 +0100
commitd519508b2caf8e87166288ef540d4de7bcc435fb (patch)
tree5997da9723bd0c15d6b89c10caeae94df5992849 /base/dialog/Pkgfile
parent1cb0597b31c9d81a087d938a6690838f73650268 (diff)
downloadnutyx-pakxe-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.gz
nutyx-pakxe-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.bz2
nutyx-pakxe-d519508b2caf8e87166288ef540d4de7bcc435fb.tar.xz
nutyx-pakxe-d519508b2caf8e87166288ef540d4de7bcc435fb.zip
dialog, maj 20110118-1 ajout du support du français
Diffstat (limited to 'base/dialog/Pkgfile')
-rw-r--r--base/dialog/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/base/dialog/Pkgfile b/base/dialog/Pkgfile
index 691f9fe18..b519ab8dc 100644
--- a/base/dialog/Pkgfile
+++ b/base/dialog/Pkgfile
@@ -4,15 +4,14 @@
# Packager: thierryn1 at hispeed dot ch
name=dialog
-version=1.1-20080819
+version=1.1-20110118
release=1
-source=(ftp://dickey.his.com/dialog/$name-$version.tgz\
- http://nutyx.meticul.eu/files/patchs/$name/calendar.patch)
+source=(ftp://dickey.his.com/dialog/$name-$version.tgz)
build() {
cd $name-$version
- patch -Np1 -i ../calendar.patch
./configure --prefix=/usr \
+ --enable-nls \
--with-ncursesw \
--mandir=/usr/share/man
make