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:
@ -29,7 +29,8 @@ DIRS = aragorn \
|
||||
sequtils \
|
||||
sumaclust \
|
||||
sumatra \
|
||||
gawk
|
||||
gawk \
|
||||
getopt
|
||||
|
||||
include ../config/targets/propagate.targ
|
||||
|
||||
|
26
src/getopt/Makefile
Normal file
26
src/getopt/Makefile
Normal 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
BIN
src/getopt/getopt-1.1.6.tgz
Normal file
Binary file not shown.
Reference in New Issue
Block a user