eth0s/toolchain/30-texinfo

11 lines
170 B
Text
Raw Normal View History

name=texinfo
2019-10-03 17:34:20 +08:00
version=6.7
source=(http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/tools
make
make install
}