milis/talimatname/genel/d/dtkcore/talimat

18 lines
371 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: DTK Çekirdek modülleri
# URL: https://github.com/linuxdeepin/dtkcore
# Paketçi: Cihan_Alkan
# Gerekler: qt5 gsettings-qt
# Grup: sistem
isim=dtkcore
surum=2.0.8
devir=1
kaynak=(https://github.com/linuxdeepin/dtkcore/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
qmake-qt5 PREFIX=/usr
make
make INSTALL_ROOT="$PKG" install
}