make: update to 3.82

This commit is contained in:
Juergen Daubert 2010-12-02 16:08:58 +01:00
parent c6785f2997
commit 4015cf5a23
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
354853e0b2da90c527e35aabb8d6f1e6 make-3.81.tar.bz2
1a11100f3c63fcf5753818e59d63088f make-3.82.tar.bz2

View File

@ -3,14 +3,14 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=make
version=3.81
version=3.82
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr --disable-nls
./configure --prefix=/usr --mandir=/usr/man --disable-nls
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
rm -r $PKG/usr/share
}