|
|
@ -51,9 +51,9 @@ clip_patch() { |
|
|
# for 'updating' to last stable build. |
|
|
# for 'updating' to last stable build. |
|
|
|
|
|
|
|
|
f=$( grep -e "^\[D\] .* $1" $confdir/clip.desc | cut -d' ' -f 3 ) |
|
|
f=$( grep -e "^\[D\] .* $1" $confdir/clip.desc | cut -d' ' -f 3 ) |
|
|
f=${f%.tgz}.tbz2 |
|
|
|
|
|
|
|
|
|
|
|
if [ "$f" ]; then |
|
|
if [ "$f" ]; then |
|
|
|
|
|
f=${f%.tgz}.tbz2 |
|
|
echo "Applying $f to CLIP." |
|
|
echo "Applying $f to CLIP." |
|
|
( cd ..; \ |
|
|
( cd ..; \ |
|
|
ln -sv ${xsrcdir##*/} $2; \ |
|
|
ln -sv ${xsrcdir##*/} $2; \ |
|
|
@ -69,7 +69,7 @@ hook_add prepatch 5 'clip_patch patch- clip-prg; \ |
|
|
clip_patch clip-doc- clip-doc' |
|
|
clip_patch clip-doc- clip-doc' |
|
|
|
|
|
|
|
|
# build & install cliplibs |
|
|
# build & install cliplibs |
|
|
hook_add postmake 5 'eval $MAKE -C ../cliplibs $makeopt install' |
|
|
|
|
|
|
|
|
hook_add postmake 5 'eval $MAKE -C ../cliplibs $makeopt all install' |
|
|
|
|
|
|
|
|
# build & install docs |
|
|
# build & install docs |
|
|
hook_add postmake 6 'eval $MAKE -C ../doc $makeopt txt html install-txt install-html' |
|
|
hook_add postmake 6 'eval $MAKE -C ../doc $makeopt txt html install-txt install-html' |
|
|
|