diff options
Diffstat (limited to 'base/dialog/Pkgfile')
-rw-r--r-- | base/dialog/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/base/dialog/Pkgfile b/base/dialog/Pkgfile index e88b7b3d1..1f55efbad 100644 --- a/base/dialog/Pkgfile +++ b/base/dialog/Pkgfile @@ -2,15 +2,16 @@ # URL: http://hightek.org/dialog/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=dialog version=1.1-20080819 release=1 -source=(ftp://dickey.his.com/dialog/$name-$version.tgz) +source=(ftp://dickey.his.com/dialog/$name-$version.tgz\ + calendar.patch) build() { cd $name-$version + patch -Np1 -i ../calendar.patch ./configure --prefix=/usr \ --with-ncursesw \ --mandir=/usr/share/man |