CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rc: removed lo/net support from rc.conf
[crossrootfs.git] / xz / Pkgfile
index 6631c8211bc118298e0416806b3571d40db4dfe6..5859275829f33651b49aecda7c487e73e5dfcd7f 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, 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.0.5
 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
 }