opt/chrpath/Pkgfile

21 lines
419 B
Plaintext
Raw Normal View History

2019-08-19 14:15:37 +02:00
# Description: Change or delete the rpath or runpath in ELF files
2023-12-10 12:52:16 +01:00
# URL: https://codeberg.org/pere/chrpath
2019-08-19 14:15:37 +02:00
# Maintainer: Juergen Daubert, jue at crux dot nu
name=chrpath
2023-12-10 12:52:16 +01:00
version=0.17
2019-08-19 14:15:37 +02:00
release=1
2023-12-10 12:52:16 +01:00
source=(https://codeberg.org/pere/chrpath/archive/release-$version.tar.gz)
renames=($name-$version.tar.gz)
2019-08-19 14:15:37 +02:00
build() {
2023-12-10 12:52:16 +01:00
cd $name
./bootstrap
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/doc
2019-08-19 14:15:37 +02:00
}