mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
bzip2: bump version (#4155)
This commit is contained in:
committed by
Sergei Reznikov
parent
6e54fd0e97
commit
9c9b1cc6ab
@@ -6,11 +6,11 @@ twice as fast at compression and six times faster at decompression. bzip2 \
|
||||
supports recovery from media errors as well. Its command line flags are \
|
||||
similar to those of GNU Gzip."
|
||||
HOMEPAGE="https://sourceware.org/bzip2/"
|
||||
COPYRIGHT="1996-2010 Julian R Seward"
|
||||
COPYRIGHT="1996-2019 Julian R Seward"
|
||||
LICENSE="bzip2"
|
||||
REVISION="8"
|
||||
SOURCE_URI="https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz"
|
||||
CHECKSUM_SHA256="a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://sourceware.org/pub/bzip2/bzip2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ab5a03176ee106d3f0fa90e381da478ddae405918153cca248e682cd0c4a2269"
|
||||
PATCHES="bzip2-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 x86 x86_64 arm sparc"
|
||||
@@ -87,8 +87,8 @@ INSTALL()
|
||||
fi
|
||||
|
||||
# also install shared lib
|
||||
ln -sf libbz2.so.1.0.6 libbz2.so
|
||||
cp -a libbz2.so.1.0.6 libbz2.so.1.0 libbz2.so $libDir
|
||||
ln -sf libbz2.so.$portVersion libbz2.so
|
||||
cp -a libbz2.so.$portVersion libbz2.so.1.0 libbz2.so $libDir
|
||||
|
||||
# move man pages
|
||||
mkdir -p $manDir
|
||||
Reference in New Issue
Block a user