talimat 720 B

1234567891011121314151617181920
  1. # Description: CD/DVD yönetim aracı
  2. # URL: https://wiki.gnome.org/Apps/Brasero
  3. # Packager: yasarciv67@gmail.com
  4. # Depends on: 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. name=brasero
  6. version=3.12.1
  7. release=1
  8. source=(https://download.gnome.org/sources/brasero/${version:0:4}/brasero-3.12.1.tar.xz
  9. )
  10. build() {
  11. cd $name-$version
  12. autoreconf -fi
  13. ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
  14. --disable-caches --disable-schemas-compile --enable-compile-warnings=minimum
  15. make
  16. make DESTDIR=$PKG install
  17. }