milis/talimatname/genel/d/deepin-qt-dbus-factory/talimat

19 lines
450 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: Otomatik olarak oluşturulmuş Qt5 dbus kodunu depolar
# URL: https://github.com/linuxdeepin/dde-qt-dbus-factory
# Paketçi: Cihan_Alkan
# Gerekler: qt5 python
# Grup: sistem
isim=deepin-qt-dbus-factory
surum=0.4.2
devir=1
kaynak=(https://github.com/linuxdeepin/dde-qt-dbus-factory/archive/$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd dde-qt-dbus-factory-$surum
qmake-qt5 PREFIX=/usr
make
make INSTALL_ROOT="$PKG" install
}