Added sit class file for gperf 3.0.4.
This commit is contained in:
parent
96f446b375
commit
57169b4da7
1 changed files with 24 additions and 0 deletions
24
packages/utils/gperf-3.0.4
Executable file
24
packages/utils/gperf-3.0.4
Executable file
|
@ -0,0 +1,24 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="utils"
|
||||
PACKAGE="gperf"
|
||||
VERSION="3.0.4"
|
||||
URL="http://www.gnu.org/software/gperf/gperf.html"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.gz
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS="
|
||||
"
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
Loading…
Reference in a new issue