summaryrefslogtreecommitdiffstats
path: root/base/automake/Pkgfile
blob: 1b7224231802b1bdc152b4219daf3bafcae4c082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Programmes  pour générer le fichier Makefile utilisé par autoconf
# URL:http://www.gnu.org/software/automake/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends: autoconf

name=automake
version=1.11
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)

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