milis/talimatname/genel/r/retroshare/talimat

29 lines
780 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: retroshare,osya paylaşımı,mesajlaşma vb. uygulamalar içeren f2f çatısı
# URL: http://retroshare.sourceforge.net/
# Paketçi: milisarge
# Gerekler: libupnp sqlcipher qt5 libgnome-keyring libxslt ffmpeg opencv libmicrohttpd speexdsp
isim=retroshare
surum=0.6.2
devir=1
kaynak=(https://github.com/RetroShare/RetroShare/archive/v$surum.tar.gz)
derle() {
cd RetroShare-$surum
cd libretroshare/src
LANG=C ./version_detail.sh
cd ../..
cd retroshare-gui/src
LANG=C ./version_detail.sh
cd ../..
_optAutol='CONFIG+=rs_autologin'
qmake-qt5 CONFIG-=debug CONFIG+=release \
CONFIG+=rs_nodeprecatedwarning \
${_optAutol} \
QMAKE_CFLAGS_RELEASE="${CFLAGS}"\
QMAKE_CXXFLAGS_RELEASE="${CXXFLAGS}"\
RetroShare.pro
make
make INSTALL_ROOT="${PKG}" install
}