milis/talimatname/genel/s/system-tools-backends/talimat

20 lines
478 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: Sistem Araçları Arka Uçları, Linux ve diğer Unix sistemleri için bir dizi çapraz platform komut dosyasıdır.
# URL: http://www.gnome.org
# Paketçi: milisarge
# Gerekler: perl-xml-parser dbus-glib polkit
# Grup: sistem
isim=system-tools-backends
surum=2.10.2
devir=1
kaynak=(http://download.gnome.org/sources/$isim/${surum%.*}/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR=$PKG install
}