Mercurial > hg > audiodb
view make-pc.sh @ 644:404222029e27
Grab bag of populate.c improvements
no need for fileUri (and in fact it was wrong for files with %s in them); use
librdf_new_uri_from_filename.
Use the basename of the audio filename as the key, just for my own sanity.
People who want file://///// everywhere can write their own populate.c.
author | mas01cr |
---|---|
date | Tue, 13 Oct 2009 14:26:26 +0000 |
parents | 957dd4fb2599 |
children |
line wrap: on
line source
#! /bin/bash EXECUTABLE="$1" LIBDIR="$2" INCLUDEDIR="$3" SOVERSION=$4 MINORVERSION=$5 echo "includedir=$INCLUDEDIR" echo "libdir=$LIBDIR" echo echo "Name: $EXECUTABLE" echo "Description: the $EXECUTABLE library" echo "Version: $SOVERSION.$MINORVERSION" echo "Requires.private: gsl gsoap++" echo 'Cflags: -I${includedir}' echo 'Libs: -L${libdir} -l'"$EXECUTABLE"