chrpath: upgrade to 0.17

This commit is contained in:
Luis
2023-12-09 22:24:53 +00:00
parent 80b2cfa55b
commit 4b983fcc5e
3 changed files with 8 additions and 6 deletions

View File

@@ -1 +1 @@
2bf8d1d1ee345fc8a7915576f5649982 chrpath-0.16.tar.gz
a76a47c9c82016821808f5726a66e600 chrpath-0.17.tar.gz

View File

@@ -1,4 +1,4 @@
chrpath-0.16-2
chrpath-0.17-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/chrpath

View File

@@ -1,12 +1,14 @@
# description : Chrpath modify the dynamic library load path (rpath and runpath) of compiled programs and libraries
# homepage : https://codeberg.org/pere/chrpath
name=chrpath
version=0.16
release=2
source="$name-$version.tar.gz::http://http.debian.net/debian/pool/main/c/chrpath/chrpath_$version.orig.tar.gz"
version=0.17
release=1
source="$name-$version.tar.gz::https://codeberg.org/pere/chrpath/archive/release-$version.tar.gz"
build() {
cd $name-$version
cd $name
sh bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install