From f7d8e6bf47ff65e026b62d8628851a5566c461ba Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 30 Nov 2020 10:29:48 +0100 Subject: pbzip2 neu --- manualPorts/pbzip2/.footprint | 9 +++++++++ manualPorts/pbzip2/.md5sum | 1 + manualPorts/pbzip2/.signature | 5 +++++ manualPorts/pbzip2/Pkgfile | 17 +++++++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 manualPorts/pbzip2/.footprint create mode 100644 manualPorts/pbzip2/.md5sum create mode 100644 manualPorts/pbzip2/.signature create mode 100644 manualPorts/pbzip2/Pkgfile (limited to 'manualPorts') diff --git a/manualPorts/pbzip2/.footprint b/manualPorts/pbzip2/.footprint new file mode 100644 index 0000000..83d852e --- /dev/null +++ b/manualPorts/pbzip2/.footprint @@ -0,0 +1,9 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/pbunzip2 -> pbzip2 +lrwxrwxrwx root/root usr/bin/pbzcat -> pbzip2 +-rwxr-xr-x root/root usr/bin/pbzip2 +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/pbzip2.1.gz diff --git a/manualPorts/pbzip2/.md5sum b/manualPorts/pbzip2/.md5sum new file mode 100644 index 0000000..8fc1b56 --- /dev/null +++ b/manualPorts/pbzip2/.md5sum @@ -0,0 +1 @@ +4cb87da2dba05540afce162f34b3a9a6 pbzip2-1.1.13.tar.gz diff --git a/manualPorts/pbzip2/.signature b/manualPorts/pbzip2/.signature new file mode 100644 index 0000000..7926229 --- /dev/null +++ b/manualPorts/pbzip2/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/deepthought.pub +RWQxCptPusLGGpHp+SvNnfWUa7UUiKUR/NEfn5Kjm7V7riTAunzoTzwrxL1njFoykdcfjNtTGVBEAnhbmd16mkleyt1bqQDcWgQ= +SHA256 (Pkgfile) = fc879b010ed7ff3449831fbda1556c31e8b0da64b87fd61ec6095a89ebc12192 +SHA256 (.footprint) = 2a3f71a785acbc9fea1afa8012558338bcf9a095f8528303e23daf78d68f8b4f +SHA256 (pbzip2-1.1.13.tar.gz) = 8fd13eaaa266f7ee91f85c1ea97c86d9c9cc985969db9059cdebcb1e1b7bdbe6 diff --git a/manualPorts/pbzip2/Pkgfile b/manualPorts/pbzip2/Pkgfile new file mode 100644 index 0000000..e21566c --- /dev/null +++ b/manualPorts/pbzip2/Pkgfile @@ -0,0 +1,17 @@ +# Description: A parallel implementation of bzip2 +# URL: http://compression.ca/pbzip2/ +# Maintainer: Erich Eckner, crux at eckner dot net +# Depends on: bzip2 + +name=pbzip2 +version=1.1.13 +release=1 +source=(https://launchpad.net/$name/1.1/$version/+download/$name-$version.tar.gz) + +build() { + cd $name-$version + sed -i '/^\(CXX\|LD\)FLAGS =/d' Makefile + + make + make PREFIX=/usr DESTDIR="$PKG" install +} -- cgit v1.2.3-54-g00ecf