libxslt
This commit is contained in:
parent
57e5c98fa8
commit
0954d9cdf2
@ -99,6 +99,11 @@ download_file()
|
|||||||
status=$?
|
status=$?
|
||||||
cd ..
|
cd ..
|
||||||
return $status
|
return $status
|
||||||
|
elif [ "$file" = "libxslt-1.1.26.tar.gz" ]; then
|
||||||
|
wget -cq ftp://xmlsoft.org/libxslt/libxslt-1.1.26.tar.gz
|
||||||
|
status=$?
|
||||||
|
cd ..
|
||||||
|
return $status
|
||||||
else
|
else
|
||||||
wget -cq $download_url/$file
|
wget -cq $download_url/$file
|
||||||
status=$?
|
status=$?
|
||||||
|
@ -75,6 +75,7 @@ libSM-1.2.0.tar.bz2 : libSM-1.2.0
|
|||||||
libXau-1.0.6.tar.bz2 : libXau-1.0.6 :
|
libXau-1.0.6.tar.bz2 : libXau-1.0.6 :
|
||||||
kbproto-1.0.5.tar.bz2 : kbproto-1.0.5 :
|
kbproto-1.0.5.tar.bz2 : kbproto-1.0.5 :
|
||||||
libXdmcp-1.1.0.tar.bz2 : libXdmcp-1.1.0 :
|
libXdmcp-1.1.0.tar.bz2 : libXdmcp-1.1.0 :
|
||||||
|
libxslt-1.1.26.tar.gz : libxslt-1.1.26 :
|
||||||
xcb-proto-1.6.tar.bz2 : xcb-proto-1.6 :
|
xcb-proto-1.6.tar.bz2 : xcb-proto-1.6 :
|
||||||
libxcb-1.7.tar.bz2 : libxcb-1.7 :
|
libxcb-1.7.tar.bz2 : libxcb-1.7 :
|
||||||
libX11-1.4.0.tar.bz2 : libX11-1.4.0 :
|
libX11-1.4.0.tar.bz2 : libX11-1.4.0 :
|
||||||
|
Loading…
Reference in New Issue
Block a user