wok-next rev 19591
Up dialog (1.3-20160828).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 21 15:37:43 2017 +0200 (2017-01-21) |
parents | 4eab61ea2c5a |
children | 4c6c19c4bc38 |
files | dialog/receipt |
line diff
1.1 --- a/dialog/receipt Sat Jan 21 11:59:37 2017 +0200 1.2 +++ b/dialog/receipt Sat Jan 21 15:37:43 2017 +0200 1.3 @@ -1,18 +1,19 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="dialog" 1.7 -VERSION="1.3-20160424" 1.8 +VERSION="1.3-20160828" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Script-interpreter which provides a set of curses widgets." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="LGPL2.1" 1.13 -TARBALL="$PACKAGE-$VERSION.tgz" 1.14 WEB_SITE="http://invisible-island.net/dialog/" 1.15 -WGET_URL="ftp://invisible-island.net/$PACKAGE/$TARBALL" 1.16 HOST_ARCH="i486 arm" 1.17 1.18 -DEPENDS="ncursesw" 1.19 -BUILD_DEPENDS="ncursesw-dev" 1.20 +TARBALL="$PACKAGE-$VERSION.tgz" 1.21 +WGET_URL="ftp://invisible-island.net/dialog/$TARBALL" 1.22 + 1.23 +DEPENDS="ncurses" 1.24 +BUILD_DEPENDS="ncurses-dev" 1.25 1.26 # Rules to configure and make the package. 1.27 compile_rules()