libidn2 2.3.0
This commit is contained in:
@@ -15,7 +15,8 @@ def setup():
|
|||||||
--disable-csharp \
|
--disable-csharp \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
--disable-static"
|
--disable-static \
|
||||||
|
--without-libunistring-prefix"
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
if get.buildTYPE() == "emul32":
|
||||||
options += " --bindir=/emul32/bin"
|
options += " --bindir=/emul32/bin"
|
||||||
@@ -28,7 +29,10 @@ def build():
|
|||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def check():
|
def check():
|
||||||
autotools.make("-C tests check")
|
if get.buildTYPE() != "emul32":
|
||||||
|
autotools.make("-C tests check")
|
||||||
|
else:
|
||||||
|
shelltools.system("echo 'No test in emul32'")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Internationalized Domain Names (IDN) implementation</Summary>
|
<Summary>Internationalized Domain Names (IDN) implementation</Summary>
|
||||||
<Description>GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The C library is available under the GNU Lesser General Public License.</Description>
|
<Description>GNU Libidn is an implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group, used for internationalized domain names. The C library is available under the GNU Lesser General Public License.</Description>
|
||||||
<Archive sha1sum="b00490f2251f218b130628eccacc170a4bb49db5" type="targz">http://ftp.gnu.org/gnu/libidn/libidn2-2.0.4.tar.gz</Archive>
|
<Archive sha1sum="53f54fd3c305d871ed5716406c0695fad5c34c45" type="targz">http://ftp.gnu.org/gnu/libidn/libidn2-2.3.0.tar.gz</Archive>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
@@ -64,6 +64,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2019-12-23</Date>
|
||||||
|
<Version>2.3.0</Version>
|
||||||
|
<Comment>Version bump</Comment>
|
||||||
|
<Name>Idris Kalp</Name>
|
||||||
|
<Email>idriskalp@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2018-07-15</Date>
|
<Date>2018-07-15</Date>
|
||||||
<Version>2.0.4</Version>
|
<Version>2.0.4</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user