From fe36924db75c9c9586ebfe83cf9560d0483ee0ae Mon Sep 17 00:00:00 2001 From: Juergen Daubert Date: Mon, 19 Aug 2019 14:14:43 +0200 Subject: [PATCH] chrpath: moved to opt --- chrpath/.footprint | 7 ------- chrpath/.signature | 5 ----- chrpath/Pkgfile | 18 ------------------ 3 files changed, 30 deletions(-) delete mode 100644 chrpath/.footprint delete mode 100644 chrpath/.signature delete mode 100644 chrpath/Pkgfile diff --git a/chrpath/.footprint b/chrpath/.footprint deleted file mode 100644 index 7855ebfd7..000000000 --- a/chrpath/.footprint +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index db9ab50f3..000000000 --- a/chrpath/.signature +++ /dev/null @@ -1,5 +0,0 @@ -untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37E0/tbMFvyuR71fggLii860QHuKj07FEAzKBr3z1D2KZdKfp1Sx0YRMkdrXIVNVFLIi60Z6HwN8XaB42BkwFwg= -SHA256 (Pkgfile) = d6ce5a1749a2d2e13ad4e38a9b2b4b8329996785bd47d134872cb9df8a6170f1 -SHA256 (.footprint) = 63bf775cb82da089e4f0bd8e323b033d906ac04eab1858e2a603855d440ea955 -SHA256 (chrpath_0.16.orig.tar.gz) = bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b diff --git a/chrpath/Pkgfile b/chrpath/Pkgfile deleted file mode 100644 index 5146b262a..000000000 --- a/chrpath/Pkgfile +++ /dev/null @@ -1,18 +0,0 @@ -# Description: Change or delete the rpath or runpath in ELF files -# URL: http://directory.fsf.org/project/chrpath/ -# Maintainer: 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 -}