diff options
author | Juergen Daubert <jue@jue.li> | 2019-08-19 14:15:37 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-08-19 14:15:37 +0200 |
commit | b03dfd18037009f534281c9e2ef853796f1dba57 (patch) | |
tree | 4f613938402e7e0c0806b5d650b447d2130fb1a8 | |
parent | dcfef396a565e6de7fca4446fff573e368d03047 (diff) | |
download | opt-b03dfd18037009f534281c9e2ef853796f1dba57.tar.gz opt-b03dfd18037009f534281c9e2ef853796f1dba57.tar.xz |
chrpath: moved from contrib to opt
-rw-r--r-- | chrpath/.footprint | 7 | ||||
-rw-r--r-- | chrpath/.signature | 5 | ||||
-rw-r--r-- | chrpath/Pkgfile | 19 |
3 files changed, 31 insertions, 0 deletions
diff --git a/chrpath/.footprint b/chrpath/.footprint new file mode 100644 index 000000000..7855ebfd7 --- /dev/null +++ b/chrpath/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/chrpath +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/chrpath.1.gz diff --git a/chrpath/.signature b/chrpath/.signature new file mode 100644 index 000000000..b46c69e00 --- /dev/null +++ b/chrpath/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/XGfc2AuqQ7iuyfFH+nPPBAqc46CpJK/gF71nVENtXJzHy4DJl9LWpfLts5ojIDV2r0nw2reSLFW7TxirGlGBgg= +SHA256 (Pkgfile) = 32772d9fb83e709ceb77b3f5cf35244df1aa0bc8f1125f0033f566455abe8138 +SHA256 (.footprint) = 63bf775cb82da089e4f0bd8e323b033d906ac04eab1858e2a603855d440ea955 +SHA256 (chrpath_0.16.orig.tar.gz) = bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b diff --git a/chrpath/Pkgfile b/chrpath/Pkgfile new file mode 100644 index 000000000..e258aa06e --- /dev/null +++ b/chrpath/Pkgfile @@ -0,0 +1,19 @@ +# Description: Change or delete the rpath or runpath in ELF files +# URL: http://directory.fsf.org/project/chrpath/ +# Maintainer: Juergen Daubert, jue at crux dot nu +# Packager: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=chrpath +version=0.16 +release=1 +source=(http://http.debian.net/debian/pool/main/c/chrpath/chrpath_$version.orig.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install + rm -fr $PKG/usr/doc +} |