talimat 735 B

123456789101112131415161718192021
  1. # Tanım: CD/DVD yönetim aracı
  2. # URL: https://wiki.gnome.org/Apps/Brasero
  3. # Paketçi: yasarciv67@gmail.com
  4. # 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
  5. # Grup: sistem medya
  6. isim=brasero
  7. surum=3.12.1
  8. devir=1
  9. kaynak=(https://download.gnome.org/sources/brasero/${version:0:4}/brasero-3.12.1.tar.xz
  10. )
  11. derle() {
  12. cd $isim-$surum
  13. autoreconf -fi
  14. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  15. --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum
  16. make
  17. make DESTDIR=$PKG install
  18. }