1
0
forked from ports/opt

chrpath: moved from contrib to opt

This commit is contained in:
Juergen Daubert 2019-08-19 14:15:37 +02:00
parent dcfef396a5
commit b03dfd1803
3 changed files with 31 additions and 0 deletions

7
chrpath/.footprint Normal file
View File

@ -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

5
chrpath/.signature Normal file
View File

@ -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

19
chrpath/Pkgfile Normal file
View File

@ -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
}