# Tanım: CD/DVD yönetim aracı
# URL: https://wiki.gnome.org/Apps/Brasero
# Paketçi: yasarciv67@gmail.com
# Gerekler: gtk-doc yelp-tools gnome-common intltool libburn libisofs nautilus gobject-introspection gconf itstool gtk3 gstreamer1-plugins-base totem-pl-parser cdrkit cdrdao shared-mime-info libcanberra dvd+rw-tools dconf libnotify gvfs
# Grup: sistem medya

isim=brasero
surum=3.12.1
devir=1
kaynak=(https://download.gnome.org/sources/brasero/${version:0:4}/brasero-3.12.1.tar.xz
        )

derle() {
  cd $isim-$surum
  autoreconf -fi  
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum
  make
  make DESTDIR=$PKG install
}
