Added sit class file for git 1.7.3.4.
This commit is contained in:
parent
57169b4da7
commit
ccf6b11cc4
1 changed files with 25 additions and 0 deletions
25
packages/utils/git-1.7.3.4
Executable file
25
packages/utils/git-1.7.3.4
Executable file
|
@ -0,0 +1,25 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2011
|
||||
#
|
||||
|
||||
CATEGORY="utils"
|
||||
PACKAGE="git"
|
||||
VERSION="1.7.3.4"
|
||||
URL="http://git-scm.com"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
# Archive A and package name P
|
||||
A=${PACKAGE}-${VERSION}.tar.bz2
|
||||
P=${PACKAGE}-${VERSION}
|
||||
|
||||
BUILDDIR=$SRCDIR
|
||||
|
||||
# Other interesting configure options:
|
||||
CONFIGURE_OPTS="
|
||||
"
|
||||
|
||||
src_pretest() {
|
||||
make check
|
||||
}
|
Loading…
Reference in a new issue