milis/talimatname/genel/firetools/talimat

18 lines
426 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.

# Description: firejail için qt5 tabanlı arayüz
# URL: https://l3net.wordpress.com/projects/firejail/
# Packager: milisarge
# Depends on: firejail qt5
name=firetools
version=0.9.46
release=1
source=(http://sourceforge.net/projects/firejail/files/firetools/firetools-$version.tar.xz)
build() {
cd $name-$version
export CFLAGS=${CFLAGS/-fsanitize=undefined/}
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}