smlinux/base/chrpath/chrpath.SMBuild
PktSurf 06bd44b23a Changes in base section
-> Upgraded boost to 1.86.0, fixed broken symlinks
-> Discarded chrony raspberry pi conf example and README
-> Allow cmake to install elf binaries in /usr instead of /usr/bin
   temporarily, also enable options to link cmake against system deps
-> Removed aarch64 raspberry pi 64 build option in fftw and flac
-> Disable generation of nls files in gawk
-> Added /usr to some build files
2024-10-16 23:06:11 +05:30

32 lines
741 B
Text
Executable file

# Maintainer: PktSurf <smlinux@pktsurf.in>
app=chrpath
version=0.16
build=1sml
homepage="https://chrpath.alioth.debian.org/"
download="https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$version.tar.gz"
desc="Program to modify rpath aka dynamic library load path of binaries"
requires="musl"
prepbuilddir() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
}
build() {
./configure \
--prefix=/usr \
--bindir=/bin
make
make install DESTDIR=$pkg
mkfinalpkg
}
sha512sums="
3af577da5a271fa7194135a328ab1b8e2ec185dd3d37938425b46ed77ea1deb813db5ac9fc4f045a45fb7a27194d4a5d6227f922b62980ffd46451b972c4fc5c chrpath-0.16.tar.lz
"