Magellan Linux

Annotation of /smage/branches/alx07x-stable/extras/libnghttp2/libnghttp2-1.41.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15605 - (hide annotations) (download)
Tue Sep 15 10:59:41 2020 UTC (3 years, 7 months ago) by niro
File size: 536 byte(s)
-release branches/alx07x-stable
1 niro 15426 # $Id$
2    
3     PNAME="libnghttp2"
4     PVER="1.41.0"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="HTTP/2 C library."
10     HOMEPAGE="https://nghttp2.org/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME/lib/}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME/lib/}-${PVER}"
16    
17     ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*"
18     sminclude mbuild alx-split
19    
20     SRC_URI=(
21 niro 15427 https://github.com/${PNAME/lib/}/${PNAME/lib/}/releases/download/v${PVER}/${SRCFILE}
22 niro 15426 mirror://${PNAME}/${SRCFILE}
23     )
24    
25     UP2DATE="updatecmd https://github.com/${PNAME/lib/}/${PNAME/lib/}/releases | highesttarball xz"