Magellan Linux

Contents of /smage/trunk/extras/c-ares/c-ares-1.16.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15423 - (show annotations) (download)
Mon Aug 31 11:20:26 2020 UTC (3 years, 8 months ago) by niro
File size: 473 byte(s)
auto added: ver bump to 1.16.1-r1
1 # $Id$
2
3 PNAME="c-ares"
4 PVER="1.16.1"
5 PBUILD="r1"
6
7 PCAT="net-dns"
8
9 DESCRIPTION="C library for asynchronous DNS requests."
10 HOMEPAGE="https://c-ares.haxx.se/"
11
12 DEPEND=">= virtual/glibc"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18 sminclude mbuild alx-split
19
20 SRC_URI=(
21 https://c-ares.haxx.se/download/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd https://c-ares.haxx.se/ | highesttarball gz"