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/gdb/common.bash Normal file
View File

@@ -0,0 +1,14 @@
version=\
(
'7.5.1'
)
url=\
(
"http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.bz2"
)
md5=\
(
'3f48f468b24447cf24820054ff6e85b1'
)