Imported sources from subversion.
This commit is contained in:
37
packages/patch/host.bash
Normal file
37
packages/patch/host.bash
Normal file
@@ -0,0 +1,37 @@
|
||||
version=\
|
||||
(
|
||||
2.6
|
||||
)
|
||||
|
||||
revision=\
|
||||
(
|
||||
1
|
||||
)
|
||||
|
||||
url=\
|
||||
(
|
||||
http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2
|
||||
)
|
||||
|
||||
md5=\
|
||||
(
|
||||
5729b1430ba6c2216e0f3eb18f213c81
|
||||
)
|
||||
|
||||
configure()
|
||||
{
|
||||
./configure \
|
||||
--prefix="${cfg_dir_toolchain}" \
|
||||
--disable-shared \
|
||||
--enable-static
|
||||
}
|
||||
|
||||
build()
|
||||
{
|
||||
$cmd_make
|
||||
}
|
||||
|
||||
host_install()
|
||||
{
|
||||
$cmd_make install
|
||||
}
|
Reference in New Issue
Block a user