mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
dialog: bump version.
* use a stable version SOURCE_URI. * move to dev-util.
This commit is contained in:
41
dev-util/dialog/dialog-1.3_20160828.recipe
Normal file
41
dev-util/dialog/dialog-1.3_20160828.recipe
Normal file
@@ -0,0 +1,41 @@
|
||||
SUMMARY="Display TUI widgets for shell scripts"
|
||||
DESCRIPTION="
|
||||
Dialog is an application used in shell scripts which displays text user\
|
||||
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-${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
|
||||
"
|
||||
BUILD()
|
||||
{
|
||||
./configure --bindir=$binDir
|
||||
make
|
||||
}
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
}
|
||||
Reference in New Issue
Block a user