Changeset 22197
- Timestamp:
- 2010-05-28T17:52:03+12:00 (13 years ago)
- Location:
- gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/EVINCE.sh
r22195 r22197 1 #!/bin/bash1 #!/bin/bash 2 2 3 3 package=evince … … 10 10 prefix=$GEXTMUSICSTAND_INSTALLED 11 11 12 export CFLAGS="-I$prefix/include -I$prefix/include/poppler/glib/"12 export CFLAGS="-I$prefix/include" 13 13 export LDFLAGS="-L$prefix/lib" 14 14 … … 31 31 --disable-scrollkeeper --without-keyring 32 32 33 if [ ! -z $CROSSCOMPILE ] ; then 34 if [ $force_config = "1" ] ; then 35 echo "Changing libtool to cross-compiled version" 36 /bin/cp $prefix/bin/arm-poky-linux-gnueabi-libtool $package$version/libtool 37 fi 38 fi 39 33 40 opt_run_make $compile $package $version 34 41 opt_run_make $install $package $version "install" … … 37 44 if [ $install = "1" ] ; then 38 45 pushd $prefix/lib ; 39 for f in lib document.la libpdf; do46 for f in libevbackend.la; do 40 47 sed -i~ -e "s; /usr/lib/; /usr/local/poky/eabi-glibc/arm/arm-poky-linux-gnueabi/usr/lib/;g" $f 41 48 done -
gs2-extensions/music-stand/trunk/runtime-srcpack/packages/CASCADE-MAKE/ICON-NAMING-UTILS.sh
r22129 r22197 17 17 opt_run_configure $force_config $auto_config $package $version "$prefix" 18 18 19 if [ $ configure= "1" ] ; then19 if [ $force_config = "1" ] ; then 20 20 echo "If configure fails because it cannot detect XML::Simple" 21 21 echo "then one solution is do the following sudo command: "
Note:
See TracChangeset
for help on using the changeset viewer.