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