summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-08-21 23:35:07 +0200
committertnut <thierryn1 at hispeed dot ch>2010-08-21 23:35:07 +0200
commit8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66 (patch)
treea8842edae91389f6e0f7976574ea29cb3ee8fe41 /base
parent46493455bcdc223e3112c6cf55ce5029398206a1 (diff)
downloadnutyx-extra-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.gz
nutyx-extra-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.bz2
nutyx-extra-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.tar.xz
nutyx-extra-8e3bfbcc206cfdc255cc1a4b6a4e3b4e3bd2ba66.zip
Maj xz-utils#4.999.9beta-143-g3e49-1
Diffstat (limited to 'base')
-rw-r--r--base/xz-utils/.footprint4
-rw-r--r--base/xz-utils/.md5sum2
-rw-r--r--base/xz-utils/Pkgfile7
3 files changed, 6 insertions, 7 deletions
diff --git a/base/xz-utils/.footprint b/base/xz-utils/.footprint
index 43fd341ee..c70f4495c 100644
--- a/base/xz-utils/.footprint
+++ b/base/xz-utils/.footprint
@@ -33,14 +33,15 @@ drwxr-xr-x root/root usr/include/lzma/
-rw-r--r-- root/root usr/include/lzma/container.h
-rw-r--r-- root/root usr/include/lzma/delta.h
-rw-r--r-- root/root usr/include/lzma/filter.h
+-rw-r--r-- root/root usr/include/lzma/hardware.h
-rw-r--r-- root/root usr/include/lzma/index.h
-rw-r--r-- root/root usr/include/lzma/index_hash.h
-rw-r--r-- root/root usr/include/lzma/lzma.h
-rw-r--r-- root/root usr/include/lzma/stream_flags.h
--rw-r--r-- root/root usr/include/lzma/subblock.h
-rw-r--r-- root/root usr/include/lzma/version.h
-rw-r--r-- root/root usr/include/lzma/vli.h
drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblzma.a
-rwxr-xr-x root/root usr/lib/liblzma.la
lrwxrwxrwx root/root usr/lib/liblzma.so -> liblzma.so.0.0.0
lrwxrwxrwx root/root usr/lib/liblzma.so.0 -> liblzma.so.0.0.0
@@ -61,6 +62,7 @@ drwxr-xr-x root/root usr/share/doc/xz/
-rw-r--r-- root/root usr/share/doc/xz/history.txt
-rw-r--r-- root/root usr/share/doc/xz/lzma-file-format.txt
-rw-r--r-- root/root usr/share/doc/xz/xz-file-format.txt
+drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
lrwxrwxrwx root/root usr/share/man/man1/lzcat.1.gz -> xz.1.gz
diff --git a/base/xz-utils/.md5sum b/base/xz-utils/.md5sum
index 886a5cdfb..a3f934def 100644
--- a/base/xz-utils/.md5sum
+++ b/base/xz-utils/.md5sum
@@ -1 +1 @@
-f2073579b6da2fe35d453adee1aaf1b2 xz-4.999.9beta.tar.gz
+9e5a42d2b5277d8d71405d065120bd4e xz-4.999.9beta-143-g3e49.tar.gz
diff --git a/base/xz-utils/Pkgfile b/base/xz-utils/Pkgfile
index 27ab18a21..259aade1d 100644
--- a/base/xz-utils/Pkgfile
+++ b/base/xz-utils/Pkgfile
@@ -5,19 +5,16 @@
# Depends on:
name=xz-utils
-version=4.999.9beta
+version=4.999.9beta-143-g3e49
release=1
source=(http://tukaani.org/xz/xz-$version.tar.gz)
build() {
cd xz-$version
./configure --prefix=/usr \
- --disable-static \
- --disable-rpath \
+ --enable-dynamic \
--sysconfdir=/etc \
--mandir=/usr/share/man
- sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
- sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make
make DESTDIR=$PKG install
}