2016-02-24 01:27:23 +01:00
|
|
|
# Description: Texinfo is the official documentation format of the GNU project.
|
|
|
|
# URL: http://www.gnu.org/software/texinfo
|
|
|
|
# Maintainer: Karl Berry
|
2016-03-20 02:15:25 +01:00
|
|
|
# Packager: milisarge@gmail.com
|
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
|
2016-03-07 13:45:49 +01:00
|
|
|
}
|