milis/talimatname/genel/q/qtox/talimat

22 lines
456 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: C++/Qt tabanlı tox bağlanıcısı
# URL: https://github.com/qTox/qTox
# Paketçi: milisarge
# Gerekler: cmake qt5 desktop-file-utils openal qrencode gtk2 ffmpeg sqlcipher toxcore
2018-07-30 13:54:15 +02:00
# Grup: ağ
2018-06-09 00:06:58 +02:00
isim=qtox
name2=qTox
surum=1.10.1
devir=1
kaynak=(https://github.com/$isim2/$isim2/archive/v$surum.tar.gz)
derle() {
cd $isim2-$surum
install -d build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make test
make
make DESTDIR="$PKG" install
}