talimat 596 B

12345678910111213141516171819202122232425
  1. # Tanım: Oturum açma için OAuth 2 eklentisi
  2. # URL: https://gitlab.com/accounts-sso/signon-plugin-oauth2
  3. # Paketçi: alihan-ozturk28@hotmail.com
  4. # Gerekler: signond qt5
  5. # Grup: ağ sistem
  6. isim=signon-plugin-oauth2
  7. surum=0.23
  8. devir=1
  9. kaynak=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/repository/archive.tar.gz)
  10. derle() {
  11. cd signon-plugin-oauth2*
  12. sed -i '/-Werror/d' common-project-config.pri
  13. # Do not install tests and example
  14. echo 'INSTALLS =' >>tests/tests.pro
  15. echo 'INSTALLS =' >>example/example.pro
  16. qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib
  17. make
  18. make INSTALL_ROOT=$PKG install
  19. }