# $Id$ # Inspiration: # http://www.cygwin.com/ml/cygwin-apps/2005-11/msg00051.html DESCRIPTION="C library that performs DNS requests and name resolves asynchronously" HOMEPAGE="http://daniel.haxx.se/projects/c-ares/" SRC_URI="http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz \ ${PF}.cygwin.patch ${PF}.src.patch" SRC_DIR=c-ares-${PV} PKG_NAMES="${PN} ${PN}-devel" PKG_HINTS="setup ${PN}-devel" PKG_CONTENTS[0]="usr/bin/*.dll" PKG_CONTENTS[1]="--exclude usr/bin/*dll usr" # required to generate a .dll CYGCONF_ARGS="--enable-static --enable-shared"