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

31
packages/unzip/host.bash Normal file
View File

@@ -0,0 +1,31 @@
version=\
(
"6.0"
)
url=\
(
"ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz"
)
md5=\
(
"62b490407489521db863b523a7f86375"
)
maintainer=\
(
"Ricardo Martins <rasm@fe.up.pt>"
)
build()
{
cd ../unzip60 &&
$cmd_make -f unix/Makefile generic
}
host_install()
{
cd ../unzip60 &&
$cmd_make prefix="$cfg_dir_toolchain" -f unix/Makefile install
}