Imported sources from subversion.
This commit is contained in:
31
packages/unzip/host.bash
Normal file
31
packages/unzip/host.bash
Normal 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
|
||||
}
|
Reference in New Issue
Block a user