patchelf: reviewed

This commit is contained in:
2018-07-20 16:22:38 +02:00
parent c56a54576e
commit af273e29f8

View File

@@ -1,12 +1,3 @@
#!/usr/bin/env modbuild
pbuild::configure() {
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \
|| exit 1
}
pbuild::supported_os 'Linux'
pbuild::add_to_group 'System'
pbuild::set_build_dependencies "${COMPILER}"
pbuild::make_all
pbuild::set_download_url "https://nixos.org/releases/$P/$P-$V/$P-$V.tar.bz2"