description="Texinfo is the official documentation format of the GNU project."
url="http://www.gnu.org/software/texinfo"
maintainer="Karl Berry"
packager="tnut <tnut@nutyx.org>"

name=texinfo
version=6.7

source=(http://ftp.gnu.org/gnu/$name/texinfo-$version.tar.xz)

build()
{
cd texinfo-*
./configure --prefix=/usr \
            --disable-static
make
make install DESTDIR=$PKG
}
devel()
{
cd $PKG
bsdtar -cf \
$PKGMK_PACKAGE_DIR/${name}.devel${PKGMK_BUILDVER}any.$PKGMK_PACKAGE_EXT \
usr/share/texinfo
rm -r usr/share/texinfo
}
