milis/talimatname/genel/q/qbs/talimat

24 lines
501 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 oluşturma aracı
# URL: https://wiki.qt.io/Qbs
# Paketçi: Cihan_Alkan
# Gerekler: qt5
# Grup: geliştirme
isim=qbs
surum=1.10.0
devir=1
kaynak=(https://github.com/qbs/qbs/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd qbs-$surum
qmake-qt5 QBS_INSTALL_PREFIX=/usr \
QBS_LIBEXEC_INSTALL_DIR=/usr/lib/qbs \
QBS_RELATIVE_LIBEXEC_PATH=../lib/qbs \
CONFIG+=qbs_enable_project_file_updates \
qbs.pro
make
INSTALL_ROOT="$PKG" make install
}