21 lines
444 B
Plaintext
21 lines
444 B
Plaintext
|
# 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
|
|||
|
|
|||
|
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
|
|||
|
}
|