diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/9999-template.sh | 1 | ||||
-rw-r--r-- | include/build.order | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/include/9999-template.sh b/include/9999-template.sh index 9577ee7..463ecd0 100644 --- a/include/9999-template.sh +++ b/include/9999-template.sh @@ -3,6 +3,7 @@ name= version= revision=0 sources=() +build_depends=() depends=() function prepare() { diff --git a/include/build.order b/include/build.order new file mode 100644 index 0000000..8494460 --- /dev/null +++ b/include/build.order @@ -0,0 +1,30 @@ +scripts/gcc +scripts/binutils +scripts/xz +scripts/zlib +scripts/gzip +scripts/bzip2 +scripts/patch +scripts/autoconf +scripts/automake +scripts/m4 +scripts/tar +scripts/base +scripts/grep +scripts/sed +scripts/ncurses +scripts/readline +scripts/pcre +scripts/diffutils +scripts/findutils +scripts/bison +scripts/gdbm +scripts/libffi +scripts/openssl +scripts/curl +scripts/sqlite +scripts/tcl +scripts/tk +scripts/python +scripts/python-setuptools +scripts/python-pip |