15 lines
155 B
Plaintext
15 lines
155 B
Plaintext
|
version=2.7.5
|
||
|
source=(http://ftp.gnu.org/gnu/patch/patch-$version.tar.xz)
|
||
|
|
||
|
build()
|
||
|
{
|
||
|
cd patch-$version
|
||
|
|
||
|
./configure --prefix=/tools
|
||
|
|
||
|
make
|
||
|
|
||
|
|
||
|
make install
|
||
|
}
|