milis/talimatname/genel/retroshare/talimat

29 lines
795 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.

# Description: retroshare,osya paylaşımı,mesajlaşma vb. uygulamalar içeren f2f çatısı
# URL: http://retroshare.sourceforge.net/
# Packager: milisarge
# Depends on: libupnp sqlcipher qt5 libgnome-keyring libxslt ffmpeg opencv libmicrohttpd speexdsp
name=retroshare
version=0.6.2
release=1
source=(https://github.com/RetroShare/RetroShare/archive/v$version.tar.gz)
build() {
cd RetroShare-$version
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
}