Advertisement
rawfox

.spec

Sep 7th, 2024 (edited)
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. %global dist .fc40
  2. Name: lug-helper
  3. Version: 2.18
  4. Release: 1%{?dist}
  5.  
  6. %description
  7. lug-helper prepares the system and installs the StarCitizen game on Linux
  8.  
  9. %prep
  10.  
  11. %build
  12. %make_build
  13.  
  14. %install
  15. %make_install
  16.  
  17. %files
  18. %defattr(-,root,root,-)
  19. %doc README.md
  20. .libs/*
  21. %dir %{_datadir}/cdplayer
  22.  
  23. %changelog
  24. See on the project page at Github
  25. https://github.com/starcitizen-lug/lug-helper
  26.  
  27. %clean
  28. rm -rf %{buildroot}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement