summaryrefslogtreecommitdiffstats
path: root/texinfo/Pkgfile
blob: 801b5bd067e01193838f6de15866ef367b6de6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

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
}