Files
haikuports/app-misc/getopt/getopt-1.1.4.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

21 lines
505 B
Plaintext

DESCRIPTION="A program to help shell scripts parse command-line parameters."
HOMEPAGE="http://software.frodo.looijaard.name/getopt/"
SRC_URI="http://software.frodo.looijaard.name/getopt/files/getopt-1.1.4.tar.gz"
CHECKSUM_MD5="02188ca68da27c4175d6e9f3da732101"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd getopt-1.1.4
make
}
INSTALL()
{
cd getopt-1.1.4
make install prefix=`finddir B_COMMON_DIRECTORY` DESTDIR="${DESTDIR}"
}
LICENSE="GNU GPL v2"
COPYRIGHT="1997-2005 Frodo Looijaard"