milis/talimatname/genel/l/libdbusmenu-glib/talimat

28 lines
787 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: DBusMenu protokolünün Glib uygulaması sağlayan kitaplık
# URL: https://launchpad.net/dbusmenu
# Paketçi: milisarge
# Gerekler: python gobject-introspection gtk2 gtk3 glib vala gnome-doc-utils atk libepoxy json-glib gnome-common pkg-config valgrind
isim=libdbusmenu-glib
_isim=libdbusmenu
devir=1
surum=16.04.0
kaynak=(https://launchpad.net/${_name}/${surum%.*}.tar.gz )
derle() {
export HAVE_VALGRIND_TRUE='#'
export HAVE_VALGRIND_FALSE=''
cd $_name-$surum
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$_name \
--disable-static --disable-scrollkeeper --disable-tests
make
make -C libdbusmenu-glib DESTDIR=$PKG install
make -C tools DESTDIR=$PKG install
make -C docs DESTDIR=$PKG install
}