#!/bin/sh

EXTRARPMSDIR=`pwd`; export EXTRARPMSDIR;
cd ./pdflib-4.0.2

./configure

make

make install

/sbin/ldconfig

cd $EXTRARPMSDIR
exit;

