2017-10-27 21:56:50 +02:00
|
|
|
|
# Tanım: Texinfo is the official documentation format of the GNU project.
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# URL: http://www.gnu.org/software/texinfo
|
2017-10-27 21:56:50 +02:00
|
|
|
|
# Paketçi: milisarge
|
|
|
|
|
# Gerekler:
|
|
|
|
|
|
2016-02-24 01:27:23 +01:00
|
|
|
|
name=texinfo
|
|
|
|
|
version=6.1
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://ftp.gnu.org/gnu/$name/texinfo-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
build()
|
|
|
|
|
{
|
|
|
|
|
cd texinfo-*
|
|
|
|
|
./configure --prefix=/usr
|
|
|
|
|
make
|
|
|
|
|
make install DESTDIR=$PKG
|
|
|
|
|
rm -rf $PKG/usr/share/info/dir
|
2017-10-27 21:56:50 +02:00
|
|
|
|
}
|