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