Magellan Linux

Annotation of /trunk/extras/libpsl/libpsl-0.20.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31923 - (hide annotations) (download)
Wed Jan 2 13:42:08 2019 UTC (5 years, 4 months ago) by niro
File size: 707 byte(s)
-fixed SRCDIR
1 niro 31922 # $Id$
2    
3     PNAME="libpsl"
4     PVER="0.20.2"
5     PBUILD="r1"
6    
7     PCAT="net-libs"
8    
9     DESCRIPTION="C library for the Public Suffix List."
10     HOMEPAGE="https://github.com/rockdaboot/libpsl"
11    
12     DEPEND=">= net-dns/libidn-1.35
13     >= dev-libs/icu-63.1"
14    
15     SDEPEND=">= sys-dev/gettext-0.18
16     >= dev-util/pkgconfig-0.25
17     >= dev-util/intltool-0.50
18     >= dev-libs/libxslt-1.1"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21 niro 31923 SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
22 niro 31922
23     sminclude multilib mbuild
24    
25     SRC_URI=(
26     https://github.com/rockdaboot/${PNAME}/archive/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd https://github.com/rockdaboot/${PNAME}/releases | highesttarball gz"
31    
32     src_compile()
33     {
34     mconfigure --disable-gtk-doc || die
35     mmake || die
36     }