talimat 632 B

12345678910111213141516171819202122
  1. # Description : Birçok KDE oyununda ortak kod ve veriler
  2. # URL : https://projects.kde.org/projects/kde/kdegames/libkdegames
  3. # Packager : alihan-ozturk28@hotmail.com
  4. # Depends on : kf5-extra-cmake-modules kf5-kdoctools kf5-kdelibs4support kf5-kdeclarative kf5-kdnssd kf5-knewstuff openal
  5. name=libkdegames
  6. version=16.08.2
  7. release=1
  8. source=(http://download.kde.org/stable/applications/${version}/src/${name}-${version}.tar.xz)
  9. build() {
  10. cd ${name}-${version}
  11. cmake -DCMAKE_BUILD_TYPE=Release \
  12. -DBUILD_TESTING=OFF \
  13. -DCMAKE_INSTALL_PREFIX=/usr \
  14. -DCMAKE_INSTALL_LIBDIR=lib
  15. make
  16. make DESTDIR=$PKG install
  17. }