Mercurial > hg > audiodb
annotate make-pc.sh @ 639:2eaea1afd6b3
Tweak to use the status call in pyadb.
author | mas01mj |
---|---|
date | Wed, 30 Sep 2009 16:53:18 +0000 |
parents | 957dd4fb2599 |
children |
rev | line source |
---|---|
mas01cr@611 | 1 #! /bin/bash |
mas01cr@611 | 2 |
mas01cr@611 | 3 EXECUTABLE="$1" |
mas01cr@611 | 4 LIBDIR="$2" |
mas01cr@611 | 5 INCLUDEDIR="$3" |
mas01cr@611 | 6 SOVERSION=$4 |
mas01cr@611 | 7 MINORVERSION=$5 |
mas01cr@611 | 8 |
mas01cr@611 | 9 echo "includedir=$INCLUDEDIR" |
mas01cr@611 | 10 echo "libdir=$LIBDIR" |
mas01cr@611 | 11 echo |
mas01cr@611 | 12 echo "Name: $EXECUTABLE" |
mas01cr@611 | 13 echo "Description: the $EXECUTABLE library" |
mas01cr@611 | 14 echo "Version: $SOVERSION.$MINORVERSION" |
mas01cr@611 | 15 echo "Requires.private: gsl gsoap++" |
mas01cr@611 | 16 echo 'Cflags: -I${includedir}' |
mas01cr@611 | 17 echo 'Libs: -L${libdir} -l'"$EXECUTABLE" |