Imported sources from subversion.

This commit is contained in:
Ricardo Martins
2013-07-13 17:19:22 +01:00
commit 12d63d1569
455 changed files with 69857 additions and 0 deletions

14
packages/wget/common.bash Normal file
View File

@@ -0,0 +1,14 @@
version=\
(
"1.14"
)
url=\
(
"ftp://ftp.igh.cnrs.fr/pub/gnu/wget/wget-$version.tar.xz"
)
md5=\
(
"316f6f59292c9098ad81fd54f658c579"
)