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

20
packages/zlib/host.bash Executable file
View File

@@ -0,0 +1,20 @@
source "$PKG_COMMON"
configure()
{
make distclean
./configure \
--shared \
--prefix="$cfg_dir_toolchain"
}
build()
{
$cmd_make -j1
}
host_install()
{
$cmd_make -j1 install
}