Magellan Linux

Annotation of /smage/trunk/extras/libnghttp2/libnghttp2-1.41.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15427 - (hide annotations) (download)
Mon Aug 31 11:30:04 2020 UTC (3 years, 8 months ago) by niro
File size: 536 byte(s)
auto added: ver bump to 1.41.0-r1
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"