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