milis/talimatname/genel/c/chrpath/talimat

19 lines
456 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: ELF dosyalarındaki rpath veya run yolunu değiştirme veya silme
# URL: http://directory.fsf.org/project/chrpath/
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=chrpath
surum=0.16
devir=1
kaynak=(https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-0.16.tar.gz)
derle() {
cd "${SRC}"/$isim-$surum
./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR="${PKG}" install
rm -rf $PKG/usr/{share,doc}
}