summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-09-20 17:52:22 +0200
committersibel <lesibel at free dot fr>2010-09-20 17:52:22 +0200
commit270d04f8a6ccebae03ee82a53bd5985c1d297b01 (patch)
treea60d76c36ccec749ecc68a01e843befe743cbbf2
parent6b482484c08822ece96adfab3d8be881d3667fb9 (diff)
parentc6dfd29ffa226ce95d051279306178abf38fa68e (diff)
downloadnutyx-pakxe-270d04f8a6ccebae03ee82a53bd5985c1d297b01.tar.gz
nutyx-pakxe-270d04f8a6ccebae03ee82a53bd5985c1d297b01.tar.bz2
nutyx-pakxe-270d04f8a6ccebae03ee82a53bd5985c1d297b01.tar.xz
nutyx-pakxe-270d04f8a6ccebae03ee82a53bd5985c1d297b01.zip
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/attapu
-rw-r--r--base/bzip2/.footprint23
-rw-r--r--base/bzip2/.md5sum3
-rwxr-xr-xbase/bzip2/Pkgfile6
3 files changed, 14 insertions, 18 deletions
diff --git a/base/bzip2/.footprint b/base/bzip2/.footprint
index 6d5b048e7..167e197b5 100644
--- a/base/bzip2/.footprint
+++ b/base/bzip2/.footprint
@@ -3,8 +3,8 @@ lrwxrwxrwx root/root bin/bunzip2 -> bzip2
lrwxrwxrwx root/root bin/bzcat -> bzip2
-rwxr-xr-x root/root bin/bzip2
drwxr-xr-x root/root lib/
-lrwxrwxrwx root/root lib/libbz2.so.1.0 -> libbz2.so.1.0.4
--rwxr-xr-x root/root lib/libbz2.so.1.0.4
+lrwxrwxrwx root/root lib/libbz2.so.1.0 -> libbz2.so.1.0.6
+-rwxr-xr-x root/root lib/libbz2.so.1.0.6
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/bzcmp -> bzdiff
@@ -21,13 +21,12 @@ drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libbz2.a
lrwxrwxrwx root/root usr/lib/libbz2.so -> ../../lib/libbz2.so.1.0
drwxr-xr-x root/root usr/share/
-drwxr-xr-x root/root usr/share/man/
-drwxr-xr-x root/root usr/share/man/man1/
--rw-r--r-- root/root usr/share/man/man1/bzcmp.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzdiff.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzegrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzfgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzgrep.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzip2.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzless.1.gz
--rw-r--r-- root/root usr/share/man/man1/bzmore.1.gz
+drwxr-xr-x root/root usr/share/man1/
+-rw-r--r-- root/root usr/share/man1/bzcmp.1.gz
+-rw-r--r-- root/root usr/share/man1/bzdiff.1.gz
+-rw-r--r-- root/root usr/share/man1/bzegrep.1.gz
+-rw-r--r-- root/root usr/share/man1/bzfgrep.1.gz
+-rw-r--r-- root/root usr/share/man1/bzgrep.1.gz
+-rw-r--r-- root/root usr/share/man1/bzip2.1.gz
+-rw-r--r-- root/root usr/share/man1/bzless.1.gz
+-rw-r--r-- root/root usr/share/man1/bzmore.1.gz
diff --git a/base/bzip2/.md5sum b/base/bzip2/.md5sum
index 42c3d4ba5..3e55e9fe3 100644
--- a/base/bzip2/.md5sum
+++ b/base/bzip2/.md5sum
@@ -1,2 +1 @@
-6a5ac7e89b791aae556de0f745916f7f bzip2-1.0.5-install_docs-1.patch
-3c15a0c8d1d3ee1c46a1634d00617b1a bzip2-1.0.5.tar.gz
+00b516f4704d4a7cb50a1d97e6e8e15b bzip2-1.0.6.tar.gz
diff --git a/base/bzip2/Pkgfile b/base/bzip2/Pkgfile
index 480129cf9..a447e8203 100755
--- a/base/bzip2/Pkgfile
+++ b/base/bzip2/Pkgfile
@@ -5,14 +5,12 @@
# Depends on:
name=bzip2
-version=1.0.5
+version=1.0.6
release=1
-source=( http://www.bzip.org/$version/$name-$version.tar.gz\
- http://www.linuxfromscratch.org/patches/lfs/development/bzip2-$version-install_docs-1.patch)
+source=( http://www.bzip.org/$version/$name-$version.tar.gz)
build() {
cd $name-$version
-patch -Np1 -i ../bzip2-$version-install_docs-1.patch
sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile
make -f Makefile-libbz2_so
make clean