Magellan Linux

Annotation of /trunk/extras/libbsd/libbsd-0.10.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 33300 - (hide annotations) (download)
Fri Oct 25 13:03:56 2019 UTC (4 years, 7 months ago) by niro
File size: 522 byte(s)
auto added: ver bump to 0.10.0-r1
1 niro 33300 # $Id$
2    
3     PNAME="libbsd"
4     PVER="0.10.0"
5     PBUILD="r1"
6    
7     PCAT="dev-libs"
8    
9     DESCRIPTION="An library to provide useful functions commonly found on BSD systems."
10     HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
11    
12     DEPEND=">= virtual/glibc"
13    
14     SRCFILE="${PNAME}-${PVER}.tar.xz"
15     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16    
17     sminclude multilib mbuild
18    
19     SRC_URI=(
20     https://libbsd.freedesktop.org/releases/${SRCFILE}
21     mirror://${PNAME}/${SRCFILE}
22     )
23    
24     UP2DATE="updatecmd https://libbsd.freedesktop.org/releases/ | grep '${PNAME}-' | highesttarball xz"