Imported sources from subversion.
This commit is contained in:
33
packages/dosfstools/host.bash
Executable file
33
packages/dosfstools/host.bash
Executable file
@@ -0,0 +1,33 @@
|
||||
version=\
|
||||
(
|
||||
'3.0.20'
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
"http://daniel-baumann.ch/files/software/dosfstools/dosfstools-$version.tar.gz"
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
'7f1c1afd4ae4622e07b24ec0ddfc4184'
|
||||
)
|
||||
|
||||
maintainer=\
|
||||
(
|
||||
'Ricardo Martins <rasm@fe.up.pt>'
|
||||
)
|
||||
|
||||
build()
|
||||
{
|
||||
CC="$cmd_host_cc" \
|
||||
$cmd_make \
|
||||
PREFIX="$cfg_dir_toolchain"
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
CC="$cmd_host_cc" \
|
||||
$cmd_make \
|
||||
PREFIX="$cfg_dir_toolchain" install
|
||||
}
|
Reference in New Issue
Block a user