diffutils: update to 2.9
This commit is contained in:
parent
a57ad43e4b
commit
3fc9d7085f
@ -1 +1 @@
|
||||
71f9c5ae19b60608f6c7f162da86a428 diffutils-2.8.1.tar.gz
|
||||
dc1265e108917aa14929622eced6abcd diffutils-2.9.tar.xz
|
||||
|
@ -3,14 +3,16 @@
|
||||
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
||||
|
||||
name=diffutils
|
||||
version=2.8.1
|
||||
version=2.9
|
||||
release=1
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure --prefix=/usr --disable-nls
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-nls
|
||||
make
|
||||
make prefix=$PKG/usr install
|
||||
rm -rf $PKG/usr/info
|
||||
make DESTDIR=$PKG install
|
||||
rm -r $PKG/usr/share
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user