2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: CD/DVD yönetim aracı
|
2017-07-30 12:30:55 +02:00
|
|
|
|
# URL: https://wiki.gnome.org/Apps/Brasero
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Paketçi: yasarciv67@gmail.com
|
2017-12-22 23:19:06 +01:00
|
|
|
|
# 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
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=brasero
|
|
|
|
|
surum=3.12.1
|
|
|
|
|
devir=1
|
|
|
|
|
kaynak=(https://download.gnome.org/sources/brasero/${version:0:4}/brasero-3.12.1.tar.xz
|
2017-12-22 23:19:06 +01:00
|
|
|
|
)
|
2017-07-30 12:30:55 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $isim-$surum
|
2017-07-30 12:30:55 +02:00
|
|
|
|
autoreconf -fi
|
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
|
|
|
|
--disable-caches --disable-schemas-compile --enable-compile-warnings=minimum
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
}
|