Skip to content
Snippets Groups Projects
Commit f1715a64 authored by Tom Killian's avatar Tom Killian
Browse files

vulnerability bump, Ref FS#10121

parent ec80f289
No related branches found
Tags 0.8.4-2
No related merge requests found
# $Id: PKGBUILD,v 1.22 2007/11/15 23:53:13 daniel Exp $
# Maintainer: Judd <jvinet@zeroflux.org>
pkgname=bzip2
pkgver=1.0.4
pkgrel=3
pkgver=1.0.5
pkgrel=1
pkgdesc="A high-quality data compression program"
arch=(i686 x86_64)
license=('custom')
......@@ -10,7 +11,6 @@ url="http://sources.redhat.com/bzip2"
groups=('base')
depends=('glibc')
source=(http://www.bzip.org/$pkgver/bzip2-$pkgver.tar.gz)
md5sums=('fc310b254f6ba5fbb5da018f04533688')
build() {
cd $startdir/src/$pkgname-$pkgver
......@@ -35,9 +35,7 @@ build() {
cd $startdir/pkg/bin
ln -sf bzip2 bunzip2
ln -sf bzip2 bzcat
mv $startdir/pkg/usr/share/man $startdir/pkg/usr
rm -rf $startdir/pkg/usr/share
cd $startdir/pkg/usr/man/man1
cd $startdir/pkg/usr/share/man/man1
ln -sf bzip2.1 bunzip2.1
ln -sf bzip2.1 bzcat.1
ln -sf bzip2.1 bzip2recover.1
......@@ -45,3 +43,4 @@ build() {
mkdir -p ${startdir}/pkg/usr/share/licenses/${pkgname}
install -m644 ${startdir}/src/${pkgname}-${pkgver}/LICENSE ${startdir}/pkg/usr/share/licenses/${pkgname}/LICENSE
}
md5sums=('3c15a0c8d1d3ee1c46a1634d00617b1a')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment