summaryrefslogtreecommitdiff
path: root/manualPorts/pbzip2
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-11-30 10:29:48 +0100
committerErich Eckner <git@eckner.net>2020-11-30 10:29:48 +0100
commitf7d8e6bf47ff65e026b62d8628851a5566c461ba (patch)
treebf94f075a185393abffa575b1ec30f6ae0e2c46b /manualPorts/pbzip2
parent6241b0cd6f88dbb854c070ba28ad6791ee3ecd3a (diff)
downloadcrux-ports-f7d8e6bf47ff65e026b62d8628851a5566c461ba.tar.xz
pbzip2 neu
Diffstat (limited to 'manualPorts/pbzip2')
-rw-r--r--manualPorts/pbzip2/.footprint9
-rw-r--r--manualPorts/pbzip2/.md5sum1
-rw-r--r--manualPorts/pbzip2/.signature5
-rw-r--r--manualPorts/pbzip2/Pkgfile17
4 files changed, 32 insertions, 0 deletions
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
+}