summaryrefslogtreecommitdiff
path: root/strace
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-03-08 03:13:16 +0100
committerThomas Penteker <tek@serverop.de>2016-03-08 03:13:16 +0100
commitfb2398e1951fea9fb9dc92ee0936c3bb5a61d7bd (patch)
treeab35e05736b17e9c3e68ced05d1f5059ca7e15ce /strace
parent6f6cb88c675eff2b3b44f794077a58705a5f8f23 (diff)
downloadopt-fb2398e1951fea9fb9dc92ee0936c3bb5a61d7bd.tar.gz
opt-fb2398e1951fea9fb9dc92ee0936c3bb5a61d7bd.tar.xz
strace: 4.10 -> 4.11
Diffstat (limited to 'strace')
-rw-r--r--strace/.footprint7
-rw-r--r--strace/.md5sum2
-rw-r--r--strace/Pkgfile4
3 files changed, 7 insertions, 6 deletions
diff --git a/strace/.footprint b/strace/.footprint
index 22ac77ba0..217c4d8dc 100644
--- a/strace/.footprint
+++ b/strace/.footprint
@@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/strace
-rwxr-xr-x root/root usr/bin/strace-graph
-rwxr-xr-x root/root usr/bin/strace-log-merge
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/strace.1.gz
+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/strace.1.gz
diff --git a/strace/.md5sum b/strace/.md5sum
index b55352f68..67ee05054 100644
--- a/strace/.md5sum
+++ b/strace/.md5sum
@@ -1 +1 @@
-107a5be455493861189e9b57a3a51912 strace-4.10.tar.xz
+a15d2555a7febb56d00c6e1a51c655dc strace-4.11.tar.xz
diff --git a/strace/Pkgfile b/strace/Pkgfile
index e081a64d6..d40fc69f3 100644
--- a/strace/Pkgfile
+++ b/strace/Pkgfile
@@ -4,13 +4,13 @@
# Packager: Tilman Sauerbeck, tilman at crux dot nu
name=strace
-version=4.10
+version=4.11
release=1
source=(http://download.sourceforge.net/$name/$name-$version.tar.xz)
build() {
cd $name-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit