11 lines
170 B
Text
11 lines
170 B
Text
![]() |
name=texinfo
|
||
|
version=6.6
|
||
|
source=(http://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.xz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./configure --prefix=/tools
|
||
|
make
|
||
|
make install
|
||
|
}
|