# $Id$ PNAME="libgadu" PVER="1.11.3" PBUILD="r1" PCAT="net-libs" DESCRIPTION="A Gadu-gadu protocol compatible communications library." HOMEPAGE="http://toxygen.net/libgadu/" DEPEND=">= dev-libs/openssl-1.0.1" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( http://toxygen.net/${PNAME}/files/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) # exclude rc versions UP2DATE="updatecmd ${HOMEPAGE} | grep -v -- -rc | highesttarball gz" src_compile() { cd ${SRCDIR} mconfigure --enable-shared --with-pthread --with-openssl || die mmake || die }