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

View File

@@ -0,0 +1,9 @@
version=\
(
'1.0'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)

8
packages/base/cross.bash Normal file
View File

@@ -0,0 +1,8 @@
source $PKG_COMMON
requires=\
(
'base/host'
'gcc/cross'
'gdb/cross'
)

View File

@@ -0,0 +1,8 @@
source $PKG_COMMON
requires=\
(
'base/host'
'base/cross'
'filesystem/target'
)

27
packages/base/host.bash Normal file
View File

@@ -0,0 +1,27 @@
version=\
(
'1.0'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)
requires=\
(
'bzip2/host'
'xz/host'
'zip/host'
'unzip/host'
'patch/host'
'fakeroot/host'
'pkg-config/host'
'util-linux/host'
'automake/host'
'make/host'
'gawk/host'
'texinfo/host'
'parted/host'
'dosfstools/host'
)