milis/talimatname/genel/b/brasero/talimat

20 lines
707 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
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
}