milis/talimatname/genel/s/signon-plugin-oauth2/talimat

25 lines
596 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: Oturum açma için OAuth 2 eklentisi
# URL: https://gitlab.com/accounts-sso/signon-plugin-oauth2
# Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: signond qt5
2018-07-30 09:02:58 +02:00
# Grup: ağ sistem
2018-06-09 00:06:58 +02:00
isim=signon-plugin-oauth2
surum=0.23
devir=1
kaynak=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz)
derle() {
cd signon-plugin-oauth2*
sed -i '/-Werror/d' common-project-config.pri
# Do not install tests and example
echo 'INSTALLS =' >>tests/tests.pro
echo 'INSTALLS =' >>example/example.pro
qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
make
make INSTALL_ROOT=$PKG install
}