milis/talimatname/genel/q/qtchess/talimat

23 lines
675 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: qt tabanlı P2P satranç oyunu
2017-03-31 02:47:00 +02:00
# URL: http://qtchess.sourceforge.net/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: qt5
2017-03-31 02:47:00 +02:00
name=qtchess
version=20160904
_version=2016.09.04
release=1
source=(https://github.com/textbrowser/qtchess/archive/v${_version}.tar.gz
qtchess.desktop)
2017-10-27 23:59:41 +02:00
derle() {
2017-03-31 02:47:00 +02:00
cd "$name-$_version"
qmake-qt5 -o Makefile qtchess.pro
sed -i s_'-Werror'__g Makefile # stack protector is not proctecting small arrays
make
install -Dm755 QtChess -- "${PKG}/usr/bin/qtchess"
install -Dm644 $SRC/qtchess.desktop -- "${PKG}/usr/share/applications/${name}.desktop"
install -Dm644 Images/chess.png -- "${PKG}/usr/share/icons/hicolor/48x48/$name.png"
}