contrib/texinfo/Pkgfile

25 lines
553 B
Plaintext
Raw Normal View History

2007-04-09 10:01:38 +02:00
# Description: A reader for the documentation format of the GNU project.
# URL: http://www.gnu.org/software/texinfo
2008-03-26 03:45:31 +01:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
2007-04-09 10:01:38 +02:00
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
# Depends on: ncurses lzma help2man
2007-04-09 10:01:38 +02:00
name=texinfo
2008-09-25 21:18:31 +02:00
version=4.13a
2007-04-09 10:01:38 +02:00
release=1
source=(ftp://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz)
2007-04-09 10:01:38 +02:00
build() {
2008-09-25 21:18:31 +02:00
cd texinfo-${version/a/}
2007-06-30 17:21:00 +02:00
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share
2007-04-09 10:01:38 +02:00
}