talimat 540 B

1234567891011121314151617181920212223
  1. # Tanım: Xfce için pulseaudio kullanan bir ses tuşları kontrol programı
  2. # URL: https://git.xfce.org/apps/xfce4-volumed-pulse
  3. # Paketçi: milisarge
  4. # Gerekler: libnotify pulseaudio keybinder xfce4-conf
  5. # Grup: medya
  6. isim=xfce4-volumed-pulse
  7. surum=0.2.2
  8. devir=1
  9. kaynak=(http://archive.xfce.org/src/apps/$isim/${surum%.*}/$isim-$surum.tar.bz2
  10. )
  11. derle() {
  12. cd $isim-$surum
  13. ./configure --prefix=/usr --sysconfdir=/etc \
  14. --libexecdir=/usr/lib \
  15. --localstatedir=/var
  16. make
  17. make DESTDIR="$PKG" install
  18. }