Kaydet (Commit) 996f300f authored tarafından Your Name's avatar Your Name

aria2c fix

üst 63ee4043
......@@ -9,6 +9,7 @@ from inary.actionsapi import get
def setup():
autotools.configure("--enable-bittorrent \
--enable-libaria2 \
--enable-metalink \
--enable-epoll \
--enable-nls \
......@@ -19,7 +20,7 @@ def setup():
--with-libxml2 \
--with-libcares \
--with-libz \
--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt")
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt")
def build():
autotools.make("-C po update-gmo")
......
......@@ -28,10 +28,23 @@
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>aria2-devel</Name>
<RuntimeDependencies>
<Dependency>c-ares-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="pkgconfig">/usr/lib/pkgconfig/</Path>
</Files>
</Package>
<History>
<Update release="2">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment