milis/talimatname/genel/q/qtox/talimat

21 lines
444 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: C++/Qt tabanlı tox bağlanıcısı
2017-05-24 01:11:25 +02:00
# URL: https://github.com/qTox/qTox
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: cmake qt5 desktop-file-utils openal qrencode gtk2 ffmpeg sqlcipher toxcore
2017-05-24 01:11:25 +02:00
2017-10-28 14:10:23 +02:00
isim=qtox
2017-05-24 01:11:25 +02:00
name2=qTox
2017-10-28 14:10:23 +02:00
surum=1.10.1
devir=1
kaynak=(https://github.com/$isim2/$isim2/archive/v$surum.tar.gz)
2017-05-24 01:11:25 +02:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim2-$surum
2017-05-24 01:11:25 +02:00
install -d build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make test
make
make DESTDIR="$PKG" install
}