Added sit class file for ayudame.
This commit is contained in:
parent
5799aed066
commit
42ba246ad3
1 changed files with 37 additions and 0 deletions
37
packages/libs/ayudame/ayudame-current
Normal file
37
packages/libs/ayudame/ayudame-current
Normal file
|
@ -0,0 +1,37 @@
|
|||
#!/bin/sh
|
||||
# sit class file
|
||||
#
|
||||
# Christoph Niethammer <niethammer@hlrs.de> (C) 2013
|
||||
#
|
||||
|
||||
CATEGORY="libs"
|
||||
PACKAGE="ayudame"
|
||||
VERSION="current"
|
||||
INSTALLER="Christoph Niethammer <niethammer@hlrs.de>"
|
||||
|
||||
|
||||
SRCDIR="$SRC_POOL/ayudame/ayudame.git/Ayudame"
|
||||
|
||||
|
||||
src_unpack() {
|
||||
# cd $src_dir
|
||||
# git checkout master
|
||||
# git pull
|
||||
/bin/true
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
rm -rf autom4te.cache
|
||||
autoreconf -vif
|
||||
version=$(git rev-list -n 1 master)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make install
|
||||
echo "$PACKAGE: $version" > $PREFIX/VERSION.txt
|
||||
}
|
||||
|
||||
src_pretest() {
|
||||
/bin/true
|
||||
}
|
||||
|
Loading…
Reference in a new issue