milis/talimatname/genel/l/libkomparediff2/talimat

25 lines
579 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: Dosyaları ve dizeleri karşılaştırmak için kitaplık
# URL: http://www.kde.org/
# Paketçi: Cihan_Alkan
# Gerekler: kf5-extra-cmake-modules kf5-kcodecs kf5-kconfig kf5-kcoreaddons kf5-ki18n kf5-kio kf5-kxmlgui qt5
# Grup: sistem kütüphane
isim=libkomparediff2
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
}