10 lines
166 B
Text
Executable file
10 lines
166 B
Text
Executable file
name=patch
|
|
version=2.7.6
|
|
source="http://ftp.gnu.org/gnu/patch/patch-$version.tar.xz"
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/tools
|
|
make
|
|
make install
|
|
}
|