Add the standard getopt external command allowing to deal with short and

long options in scripts

Former-commit-id: 128f06564f712724c66304c46b32057a2f0943c3
Former-commit-id: 98246ddfe8807c4269408452b1bd71accd993a27
This commit is contained in:
2015-12-18 11:47:32 +01:00
parent ab37af3b03
commit 99865ad568
3 changed files with 28 additions and 1 deletions

View File

@ -29,7 +29,8 @@ DIRS = aragorn \
sequtils \
sumaclust \
sumatra \
gawk
gawk \
getopt
include ../config/targets/propagate.targ

26
src/getopt/Makefile Normal file
View File

@ -0,0 +1,26 @@
# ---------------------------------------------------------------
# $Id: $
# ---------------------------------------------------------------
# @file: Makefile
# @desc: makefile for package exonerate
#
# @history:
# @+ <Gloup> : Sept 15 : Adapted to ORG.Annot
#
# @note: should be processed with gnu compatible make
# @note: helixware_compatible
#
# @end:
# ---------------------------------------------------------------
#
include ../../config/auto.conf
PKG = getopt-1.1.6
MAKEOPTIONS=prefix=$(PRTPATH)
include $(CFGDIR)targets/package.targ
include $(CFGDIR)targets/help.targ

BIN
src/getopt/getopt-1.1.6.tgz Normal file

Binary file not shown.