Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31927 by niro, Wed Jan 2 14:13:33 2019 UTC revision 31933 by niro, Wed Jan 2 14:39:35 2019 UTC
# Line 15  DEPEND=">= net-dns/libidn-1.35 Line 15  DEPEND=">= net-dns/libidn-1.35
15  SDEPEND=">= sys-dev/gettext-0.18  SDEPEND=">= sys-dev/gettext-0.18
16   >= dev-util/pkgconfig-0.25   >= dev-util/pkgconfig-0.25
17   >= dev-util/intltool-0.50   >= dev-util/intltool-0.50
18   >= dev-libs/libxslt-1.1"   >= dev-libs/libxslt-1.1
19     >= net-misc/publicsuffix-list-201901"
20    
21  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.gz"
22  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PNAME}-${PVER}"
# Line 41  src_prepare() Line 42  src_prepare()
42    
43  src_compile()  src_compile()
44  {  {
45   mconfigure --disable-gtk-doc || die   mconfigure \
46     --disable-gtk-doc \
47     --with-psl-file=/usr/share/publicsuffix/effective_tld_names.dat \
48     --with-psl-testfile=/usr/share/publicsuffix/test_psl.txt \
49     || die
50    
51   mmake || die   mmake || die
52  }  }

Legend:
Removed from v.31927  
changed lines
  Added in v.31933