123456789101112131415161718192021222324 |
- # Tanım: Son derece genişletilebilir IDE
- # URL: https:
- # Paketçi: Cihan_Alkan
- # Gerekler: openjdk gtk2 unzip xorg-libxtst
- # Grup: geliştirme
- isim=eclipse-gtk-bin
- surum=4.7.2
- devir=1
- kaynak=(http:
- eclipse.sh
- eclipse.desktop
- eclipse.svg)
- derle() {
- install -m755 -d ${PKG}/usr/share/licenses/eclipse/
- mv eclipse ${PKG}/usr/share/
- install -d ${PKG}/usr/bin ${PKG}/usr/share/applications ${PKG}/usr/share/icons/hicolor/apps
- install -m755 eclipse.sh ${PKG}/usr/bin/eclipse
- install -m644 eclipse.desktop ${PKG}/usr/share/applications/
- install -Dm644 ${SRC}/eclipse.svg ${PKG}/usr/share/icons/hicolor/scalable/apps/eclipse.svg
- }
|