milis/talimatname/genel/g/gnome-multi-writer/talimat

17 lines
456 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: Aynı anda birden fazla USB aygıtına bir ISO dosyası yazın
# URL: https://wiki.gnome.org/Apps/MultiWriter
# Paketçi: Cihan Alkan
# Gerekler: intltool gtk3 libcanberra libgusb udisks2 appstream-glib tdb
isim=gnome-multi-writer
surum=3.24.0
devir=1
kaynak=(https://download.gnome.org/sources/$isim/3.24/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --libexecdir=/usr/lib/$isim
make
make DESTDIR=$PKG install
}