mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
19 lines
485 B
Plaintext
19 lines
485 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=/boot/common DESTDIR="${DESTDIR}"
|
|
}
|
|
LICENSE="GNU GPL v2"
|
|
COPYRIGHT="1997-2005 Frodo Looijaard"
|