talimat 449 B

12345678910111213141516171819202122
  1. # Tanım: Basit ve son derece özelleştirilebilir hızlı başlatma aracı.
  2. # URL: http://code.google.com/p/wbar
  3. # Paketçi: milisarge
  4. # Gerekler: libglade imlib2
  5. isim=wbar
  6. surum=2.3.4
  7. devir=1
  8. kaynak=(https://wbar.googlecode.com/files/wbar-$surum.tgz )
  9. derle() {
  10. cd $isim-$surum
  11. ./configure --prefix=/usr \
  12. --exec_prefix=/usr \
  13. --sysconfdir=/etc
  14. make
  15. make DESTDIR=$PKG install
  16. }