milis/talimatname/genel/libgtop/talimat

22 lines
594 B
Plaintext
Raw Normal View History

2017-03-30 14:48:54 +02:00
# Description: İşlemler ve çalışan sistem hakkında bilgi içeren bir kütüphane
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/directory/libs/LibGTop.html
2017-03-30 14:48:54 +02:00
# Packager: milisarge
2016-02-24 01:27:23 +01:00
# Depends on: gtk-doc intltool gobject-introspection
name=libgtop
version=2.32.0
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
install -v -m755 -d $PKG/usr/lib/libgtop/examples
install -v -m755 examples/.libs/* $PKG/usr/lib/libgtop/examples
rm -rf $PKG/usr/share/info/dir
}