Files
haikuports/sys-apps/dialog/dialog-1.2.recipe
Oliver Tappe 52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00

44 lines
845 B
Plaintext

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"
SRC_URI="ftp://invisible-island.net/dialog/dialog.tar.gz"
CHECKSUM_SHA256="ccf07eedf147ac901aff1d984ab63ddd6986b615ddf67435f270d5462ea4ca81"
SRC_FILENAME="dialog-$portVersion.tar.gz"
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
make
}
INSTALL()
{
make install
}