CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bc: updated source
[crossrootfs.git] / xz / Pkgfile
index e05b46cadf8da3920391b4b22758d4cfebee0797..a3eb1ab24141c3f5cafc32d669b5de70cbe2d22f 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=xz
-version=5.0.4
+version=5.2.3
 release=1
 source=(http://tukaani.org/xz/$name-$version.tar.bz2)
 
@@ -15,12 +15,9 @@ build() {
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
-              --mandir=/usr/man \
               --disable-nls 
 
   make
   make DESTDIR=$PKG install
-
-  ln -s liblzma.so.$version $PKG/usr/lib/liblzma.so.0
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/doc
 }