milis/talimatname/genel/libgtop/talimat

22 lines
594 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.

# Description: İşlemler ve çalışan sistem hakkında bilgi içeren bir kütüphane
# URL: http://www.gnu.org/directory/libs/LibGTop.html
# Packager: milisarge
# 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
}