milis/talimatname/genel/g/gnome-system-tools/talimat

26 lines
679 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: Cross-platform configuration utilities for GNOME
# URL: http://projects.gnome.org/gst/
# Paketçi: milisarge
# Gerekler: intltool gnome-doc-utils wireless-tools liboobs polkit-gnome dconf
isim=gnome-system-tools
surum=3.0.0
devir=1
kaynak=(ftp://ftp.gnome.org/pub/gnome/sources/gnome-system-tools/3.0/$isim-$surum.tar.bz2
po.patch)
derle() {
cd "${SRC}/${isim}-${surum}"
patch -Np1 -i "${SRC}/po.patch"
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-scrollkeeper \
--disable-static \
--disable-services \
--disable-schemas-compile LIBS="-lm -lgthread-2.0"
make
make DESTDIR="${PKG}" install
}