2019-09-28 00:17:56 +08:00
|
|
|
# Description: Programs for reading, writing, and converting info pages
|
|
|
|
# URL: https://www.gnu.org/software/texinfo/
|
2019-11-10 23:58:56 +08:00
|
|
|
# Maintainer: Emmett1, emmett1 dot 2miligrams at gmail dot com
|
2019-09-28 00:17:56 +08:00
|
|
|
# Depends on: gzip ncurses perl bash
|
|
|
|
|
|
|
|
name=texinfo
|
2022-04-09 08:19:46 +08:00
|
|
|
version=6.8
|
2019-09-28 00:17:56 +08:00
|
|
|
release=1
|
|
|
|
source=(https://ftp.gnu.org/gnu/texinfo/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr --disable-static
|
|
|
|
make
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
}
|