contrib/texinfo/Pkgfile

26 lines
529 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
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Brett Goulder, predatorfreak at dcaf-security dot org
# Depends on:
name=texinfo
2007-09-12 12:43:50 +02:00
version=4.11
2007-04-09 10:01:38 +02:00
release=1
2007-09-12 12:43:50 +02:00
source=(ftp://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.bz2)
2007-04-09 10:01:38 +02:00
build() {
2007-06-30 17:21:00 +02:00
cd texinfo-$version
./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
}