milis/talimatname/genel/f/falkon/talimat

22 lines
514 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: Çapraz platform QtWebKit tarayıcı.
# URL: https://www.falkon.org/
# Paketçi: Cihan_Alkan
# Gerekler: qt5 desktop-file-utils hunspell qt5-webkit qt5-webengine kf5-extra-cmake-modules kf5-ki18n libgnome-keyring
# Grup: ağ
isim=falkon
surum=3.0.1
devir=1
kaynak=(https://download.kde.org/stable/$isim/$surum/$isim-$surum.tar.xz)
derle() {
mkdir -p build
cd build
cmake ../$isim-$surum \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make
make DESTDIR="$PKG" install
}