Magellan Linux

Contents of /smage/branches/alx07x-unstable/extras/c-ares/c-ares-1.16.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15590 - (show annotations) (download)
Tue Sep 15 10:50:40 2020 UTC (3 years, 7 months ago) by niro
File size: 473 byte(s)
-release branches/alx07x-unstable
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"