./configure -prefix=/usr \
            -mandir=/usr/share/man \
            -with-system-libs # libpng and zlib
make
make install DESTDIR=$PKGDIR
