Magellan Linux

Contents of /trunk/extras/libbsd/libbsd-0.9.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31780 - (show annotations) (download)
Tue Dec 11 09:47:49 2018 UTC (5 years, 4 months ago) by niro
File size: 521 byte(s)
auto added: ver bump to 0.9.1-r1
1 # $Id$
2
3 PNAME="libbsd"
4 PVER="0.9.1"
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"