patchelf.paketlendi

This commit is contained in:
milisbir 2018-09-30 23:34:57 +03:00
parent cebc83efb3
commit 9e01abab2b
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Tanım: elf ikili dosyaları için dinamik bağ aracı
# URL: https://nixos.org/patchelf.html
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=patchelf
surum=0.9
devir=1
kaynak=(https://github.com/NixOS/patchelf/archive/$surum.tar.gz::patchelf-$surum.tar.gz)
derle() {
cd ${isim}-${surum}
autoreconf -fiv
./configure --prefix=/usr
make
make -C tests -j1 check
make DESTDIR="${PKG}" install
rm -rf $PKG/usr/share/doc
}