CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
e2fsprogs: updated to 1.42.5 and aligned with upstream
[crossrootfs.git] / xz / Pkgfile
index af6954221ac78ea53b045a037fda22d2660652f5..e05b46cadf8da3920391b4b22758d4cfebee0797 100644 (file)
@@ -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, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Depends on:
 
 name=xz
-version=4.999.9beta
+version=5.0.4
 release=1
 source=(http://tukaani.org/xz/$name-$version.tar.bz2)
 
@@ -16,10 +16,11 @@ build() {
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=/usr/man \
-              --disable-nls \
-              --enable-dynamic
+              --disable-nls 
 
   make
   make DESTDIR=$PKG install
+
+  ln -s liblzma.so.$version $PKG/usr/lib/liblzma.so.0
   rm -r $PKG/usr/share
 }