new package: c-ares-1.10.0.

This commit is contained in:
Juan RP 2013-05-27 20:49:39 +02:00
parent c59a8aa7f0
commit 135ac4341d
3 changed files with 29 additions and 0 deletions

View file

@ -1260,3 +1260,4 @@ libzzip-0.so.13 zziplib-0.13.62_1
libdb-5.3.so libdb-5.3.21_1
libdb_cxx-5.3.so libdb-cxx-5.3.21_1
libsdb.so.0 sdb-0.6.2_1
libcares.so.2 c-ares-1.10.0_1

1
srcpkgs/c-ares-devel Symbolic link
View file

@ -0,0 +1 @@
c-ares

27
srcpkgs/c-ares/template Normal file
View file

@ -0,0 +1,27 @@
# Template file for 'c-ares'
pkgname=c-ares
version=1.10.0
revision=1
build_style=gnu-configure
short_desc="C library that performs DNS requests and name resolves asynchronously"
maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://c-ares.haxx.se/"
distfiles="http://c-ares.haxx.se/download/$pkgname-$version.tar.gz"
checksum=3d701674615d1158e56a59aaede7891f2dde3da0f46a6d3c684e0ae70f52d3db
c-ares-devel_package() {
depends="${sourcepkg}>=${version}"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove usr/lib/pkgconfig
vmove usr/share/man
}
}
c-ares_package() {
pkg_install() {
vmove usr
}
}