Skip to content

Commit

Permalink
dialog: bump version.
Browse files Browse the repository at this point in the history
* use a stable version SOURCE_URI.
* move to dev-util.
  • Loading branch information
korli committed Dec 4, 2016
1 parent 779c016 commit 816e4fc
Showing 1 changed file with 7 additions and 9 deletions.
Expand Up @@ -6,32 +6,30 @@ interface widgets. It uses the curses or ncurses library.
HOMEPAGE="http://invisible-island.net/dialog/"
COPYRIGHT="1999-2014 Thomas E. Dickey"
LICENSE="GNU LGPL v2"
SOURCE_URI="ftp://invisible-island.net/dialog/dialog.tar.gz"
CHECKSUM_SHA256="ccf07eedf147ac901aff1d984ab63ddd6986b615ddf67435f270d5462ea4ca81"
SOURCE_FILENAME="dialog-$portVersion.tar.gz"
SOURCE_URI="ftp://invisible-island.net/dialog/dialog-${portVersion/_/-}.tgz"
CHECKSUM_SHA256="453095abaec288bfbc1ca9faced917e17742cff1ea45ec46210071ac153562f9"
SOURCE_DIR="dialog-${portVersion/_/-}"
REVISION="1"

ARCHITECTURES="x86_gcc2 x86 x86_64"

PROVIDES="
dialog = $portVersion
cmd:dialog = $portVersion
"
"
REQUIRES="
haiku
lib:libncurses
"
"
BUILD_REQUIRES="
haiku_devel
devel:libncurses
"
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:make
"
SOURCE_DIR="dialog-1.2-20140219"

"
BUILD()
{
./configure --bindir=$binDir
Expand Down

0 comments on commit 816e4fc

Please sign in to comment.