milis/talimatname/genel/c/cantor/talimat

25 lines
621 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: KDE Matematiksel Yazılım Arayüzü
# URL: http://www.kde.org/
# Paketçi: Cihan_Alkan
# Gerekler: kf5-extra-cmake-modules kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-knewstuff kf5-kdoctools kf5-kpty kf5-kiconthemes kf5-ktexteditor kf5-kwidgetsaddons python hicolor-icon-theme luajit
# Grup: kde
isim=cantor
surum=17.12.0
devir=1
kaynak=(https://download.kde.org/stable/applications/$surum/src/$isim-$surum.tar.xz)
derle() {
mkdir build
cd build
cmake ../$isim-$surum \
-DCMAKE_BUILD_TYPE=RELEASE \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}