libexif-0.6.17

コンパイル

以下のスクリプトを実行します。

#!/bin/sh

if [ $# -eq 1 ]; then
        . ../setup-pre.sh $1
else
        . ../setup-pre.sh
fi

./configure $CONFDIRS \
  --with-libiconv-prefix=/usr/local \
  --with-libintl-prefix=/usr/local
% ./setup.sh [i386|amd64|sparcv8plus|sparcv9]

makeしてインストールします。

% gmake
# gmake install