talimat 513 B

123456789101112131415161718192021222324
  1. # Tanım: X pencere sistemi için dizgici(compositor)
  2. # URL: https://github.com/chjj/compton
  3. # Paketçi: milisarge
  4. # Gerekler: libconfig pcre xorg-mesa xorg-libxcomposite xorg-libxinerama xorg-libxrandr xorg-libxdamage
  5. # Grup: kütüphane
  6. isim=compton
  7. surum=git
  8. devir=2
  9. kaynak=()
  10. derle() {
  11. cd $DERLEME_KAYNAKDIZIN
  12. if cd $isim; then
  13. git fetch -q; git reset --hard origin/master
  14. else
  15. git clone git://github.com/chjj/$isim $isim
  16. cd $isim
  17. fi
  18. make compton
  19. install -Dm755 compton $PKG/usr/bin/compton
  20. }