milis/talimatname/genel/f/firetools/talimat

18 lines
411 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: firejail için qt5 tabanlı arayüz
# URL: https://l3net.wordpress.com/projects/firejail/
# Paketçi: milisarge
# Gerekler: firejail qt5
isim=firetools
surum=0.9.46
devir=1
kaynak=(http://sourceforge.net/projects/firejail/files/firetools/firetools-$surum.tar.xz)
derle() {
cd $isim-$surum
export CFLAGS=${CFLAGS/-fsanitize=undefined/}
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}