diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:33:58 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-21 21:33:58 +0100 |
commit | d519508b2caf8e87166288ef540d4de7bcc435fb (patch) | |
tree | 5997da9723bd0c15d6b89c10caeae94df5992849 /base/dialog/Pkgfile | |
parent | 1cb0597b31c9d81a087d938a6690838f73650268 (diff) | |
download | nutyx-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/Pkgfile | 7 |
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 |