milis/talimatname/genel/x/xfce4-hardware-monitor-plugin/talimat

22 lines
929 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: CPU kullanımı, ağ bant genişliği vb. Izlemenizi sağlayan Xfce4 paneli için eklenti
2017-09-17 16:32:25 +02:00
# URL: http://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv67@gmail.com
# Gerekler: autoconf-archive intltool xfce4-dev-tools lm-sensors gtkmm libglademm libgnomecanvasmm libgtop xfce4-libui xfce4-panel
2017-09-17 16:32:25 +02:00
name=xfce4-hardware-monitor-plugin
version=1.5.0
release=1.
source=(https://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin/snapshot/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i '/c++11/d' configure.ac
sed -i '/gnu++11/d' configure.ac
sed -i 's/AM_PROG_AR/AM_PROG_AR\nAX_CHECK_COMPILE_FLAG([-std=c++11], [CXXFLAGS="$CXXFLAGS -std=c++11"])/' configure.ac
sed -i 's/AM_PROG_AR/AM_PROG_AR\nAX_CHECK_COMPILE_FLAG([-std=gnu++11], [CXXFLAGS="$CXXFLAGS -std=gnu++11"])/' configure.ac
./autogen.sh
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}