milis/talimatname/genel/k/konsole/talimat

24 lines
570 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Terminal
2016-07-25 01:42:35 +02:00
# URL: https://www.kde.org/
2017-10-27 20:46:27 +02:00
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: kf5-kdelibs4support kf5-knotifyconfig kf5-kpty kf5-extra-cmake-modules kf5-kdoctools kf5-knotifyconfig kf5-kpty
2016-07-25 01:42:35 +02:00
name=konsole
2016-10-11 22:13:55 +02:00
version=16.08.2
2016-07-25 01:42:35 +02:00
release=1
source=(http://download.kde.org/stable/applications/$version/src/$name-$version.tar.xz)
2017-10-27 23:59:41 +02:00
derle() {
2016-07-25 01:42:35 +02:00
cd $name-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}