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

26 lines
679 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Cross-platform configuration utilities for GNOME
2017-07-02 22:27:56 +02:00
# URL: http://projects.gnome.org/gst/
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: intltool gnome-doc-utils wireless-tools liboobs polkit-gnome dconf
2017-07-02 22:27:56 +02:00
2017-10-28 14:10:23 +02:00
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
2017-07-02 22:27:56 +02:00
po.patch)
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd "${SRC}/${isim}-${surum}"
2017-07-02 22:27:56 +02:00
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
}