CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libpcre: updated to 8.40
[crossrootfs.git] / xz / Pkgfile
index 5859275829f33651b49aecda7c487e73e5dfcd7f..7fa8dd23bfc2347fb65b57c3debebbd6f51c9aec 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=xz
-version=5.0.5
+version=5.2.2
 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
 }