milis/talimatname/onsistem/0texinfo/talimat

17 lines
156 B
Plaintext

version=6.1
source=(\
http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.xz)
build()
{
cd texinfo-*
./configure --prefix=/tools
make
make install
}