cantor
This commit is contained in:
parent
fde3c26fe5
commit
b5d705a597
1 changed files with 24 additions and 0 deletions
24
talimatname/genel/c/cantor/talimat
Normal file
24
talimatname/genel/c/cantor/talimat
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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 knewstuff kf5-kdoctools 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue