talimat 462 B

1234567891011121314151617181920
  1. # Tanım: Xfce panel düzenlerini yönetmek için basit bir uygulama
  2. # URL: https://launchpad.net/xfpanel-switch
  3. # Paketçi: Cihan_Alkan
  4. # Gerekler: python3 python3-gobject intltool
  5. # Grup: tasarım
  6. isim=xfpanel-switch
  7. surum=1.0.4
  8. devir=1
  9. kaynak=(https://launchpad.net/${isim}/${surum%.*}/${surum}/+download/${isim}-${surum}.tar.bz2)
  10. derle() {
  11. cd ${SRC}/${isim}-${surum}
  12. ./configure --prefix=/usr --python=python3
  13. make
  14. make install DESTDIR=${PKG}
  15. }