Imported sources from subversion.
This commit is contained in:
18
packages/wget/host.bash
Normal file
18
packages/wget/host.bash
Normal file
@@ -0,0 +1,18 @@
|
||||
source $PKG_COMMON
|
||||
|
||||
configure()
|
||||
{
|
||||
./configure \
|
||||
--prefix="$cfg_dir_toolchain"
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user