该仓库已于 2023-08-20 归档。您可以查看文件或克隆它,但不能推送、创建工单或合并请求。
lsts_glued/rules/patch/host.bash

38 行
356 B
Bash

2013-07-13 17:19:22 +01:00
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
}