talimat 793 B

123456789101112131415161718192021222324
  1. # Tanım: Son derece genişletilebilir IDE
  2. # URL: https://eclipse.org
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: openjdk gtk2 unzip xorg-libxtst
  5. # Grup: geliştirme
  6. isim=eclipse-gtk-bin
  7. surum=4.7.2
  8. devir=1
  9. kaynak=(http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-4.7.2-201711300510/eclipse-SDK-4.7.2-linux-gtk-x86_64.tar.gz
  10. eclipse.sh
  11. eclipse.desktop
  12. eclipse.svg)
  13. derle() {
  14. install -m755 -d ${PKG}/usr/share/licenses/eclipse/
  15. mv eclipse ${PKG}/usr/share/
  16. install -d ${PKG}/usr/bin ${PKG}/usr/share/applications ${PKG}/usr/share/icons/hicolor/apps
  17. install -m755 eclipse.sh ${PKG}/usr/bin/eclipse
  18. install -m644 eclipse.desktop ${PKG}/usr/share/applications/
  19. install -Dm644 ${SRC}/eclipse.svg ${PKG}/usr/share/icons/hicolor/scalable/apps/eclipse.svg
  20. }