Imported sources from subversion.
This commit is contained in:
9
packages/base/common.bash
Normal file
9
packages/base/common.bash
Normal file
@@ -0,0 +1,9 @@
|
||||
version=\
|
||||
(
|
||||
'1.0'
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
'Ricardo Martins <rasm@fe.up.pt>'
|
||||
)
|
8
packages/base/cross.bash
Normal file
8
packages/base/cross.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
source $PKG_COMMON
|
||||
|
||||
requires=\
|
||||
(
|
||||
'base/host'
|
||||
'gcc/cross'
|
||||
'gdb/cross'
|
||||
)
|
8
packages/base/default.bash
Normal file
8
packages/base/default.bash
Normal file
@@ -0,0 +1,8 @@
|
||||
source $PKG_COMMON
|
||||
|
||||
requires=\
|
||||
(
|
||||
'base/host'
|
||||
'base/cross'
|
||||
'filesystem/target'
|
||||
)
|
27
packages/base/host.bash
Normal file
27
packages/base/host.bash
Normal 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'
|
||||
)
|
Reference in New Issue
Block a user