talimat 473 B

1234567891011121314151617181920
  1. # Tanım: GNOME Bluetooth altsistemi.
  2. # URL: https://wiki.gnome.org/Projects/GnomeBluetooth
  3. # Paketçi: yasarciv67
  4. # Gerekler: itstool gtk3 gobject-introspection bluez gtk-doc libnotify libcanberra gtk-update-icon-cache
  5. isim=gnome-bluetooth
  6. surum=3.28.0
  7. devir=1
  8. kaynak=(http://ftp.gnome.org/pub/gnome/sources/$isim/${surum%.*}/$isim-$surum.tar.xz)
  9. derle() {
  10. cd $isim-$surum
  11. mkdir build
  12. cd build
  13. meson --prefix=/usr -Dsystemd=false
  14. ninja
  15. DESTDIR=$PKG ninja install
  16. }