milis/talimatname/genel/q/qtox/talimat

21 lines
452 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
name=qtox
name2=qTox
version=1.10.1
release=1
source=(https://github.com/$name2/$name2/archive/v$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-05-24 01:11:25 +02:00
cd $name2-$version
install -d build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make test
make
make DESTDIR="$PKG" install
}