# $Id$ PNAME="libidn" PVER="1.15" PBUILD="r1" PCATEGORIE="net-dns" STATE="unstable" DESCRIPTION="GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names working group, used for internationalized domain names." HOMEPAGE="http://www.gnu.org/software/libidn/" DEPEND="" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( gnu://${PNAME}/${SRCFILE} ftp://alpha.gnu.org/pub/gnu/${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_gnu ${PNAME} gz" src_compile() { cd ${SRCDIR} # fix compile issues -> chost != build breaks the build mconfigure --build=${CHOST} --host=${CHOST} || die mmake || die }