X-Git-Url: http://gitweb/?a=blobdiff_plain;f=xz%2FPkgfile;h=7fa8dd23bfc2347fb65b57c3debebbd6f51c9aec;hb=abb67c5781e91c932bea4b44fa9c91182ab4652b;hp=6631c8211bc118298e0416806b3571d40db4dfe6;hpb=92cacfd918ad7489c0247fbe021317e7e7856f23;p=crossrootfs.git diff --git a/xz/Pkgfile b/xz/Pkgfile index 6631c82..7fa8dd2 100644 --- a/xz/Pkgfile +++ b/xz/Pkgfile @@ -1,11 +1,11 @@ # Description: Compression utility using the lzma algorithm, successor of lzma-utils # URL: http://tukaani.org/xz/ # Maintainer: Juergen Daubert, juergen dot daubert at t-online dot de -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=xz -version=4.999.9beta +version=5.2.2 release=1 source=(http://tukaani.org/xz/$name-$version.tar.bz2) @@ -15,11 +15,9 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ - --disable-nls \ - --enable-dynamic + --disable-nls make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/doc }