milis/talimatname/genel/g/gnome-sound-recorder/talimat

18 lines
608 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: GNOME masaüstünüzden basit ses kaydı yapmak için kullanılan bir yardımcı program
# URL: https://wiki.gnome.org/Apps/SoundRecorder
# Paketçi: Cihan_Alkan
# Gerekler: gtk3 gjs gstreamer-plugins-good gstreamer-plugins-base intltool gobject-introspection gnome-common gstreamer1 gstreamer1-plugins-base gstreamer1-plugins-good
isim=gnome-sound-recorder
surum=3.24.0.1
devir=1
kaynak=(https://git.gnome.org/browse/$isim/snapshot/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
NOCONFIGURE=1 ./autogen.sh
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR="$PKG" install
}