mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
chrpath: upgrade to 0.17
This commit is contained in:
@@ -1 +1 @@
|
||||
2bf8d1d1ee345fc8a7915576f5649982 chrpath-0.16.tar.gz
|
||||
a76a47c9c82016821808f5726a66e600 chrpath-0.17.tar.gz
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user