summaryrefslogtreecommitdiffstats
path: root/base/texinfo/Pkgfile
blob: a77f731c97f844070eb21df1419fc41bb7921a30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Un outil de lecture pour la documentation formatée du projet GNU
# URL: http://www.gnu.org/software/texinfo
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: tar

name=texinfo
version=4.13a
release=1
source=(ftp://ftp.gnu.org/gnu/texinfo/texinfo-$version.tar.gz\
        )

build() {
cd texinfo-${version/a/}
./configure --prefix=/usr \
	--mandir=/usr/share/man
make
make install DESTDIR=$PKG
if [ -f $PKG/usr/share/info/dir ]; then
	rm $PKG/usr/share/info/dir
fi
}