milis/talimatname/genel/k/keybinder/talimat

20 lines
492 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: Genel tuş vuruşlarını kaydetmek için bir kütüphane
# URL: https://github.com/engla/keybinder
# Paketçi: milisarge
# Gerekler: gtk2 python-gtk gobject-introspection
# Grup: kütüphane
isim=keybinder
surum=0.3.1
devir=1
kaynak=(https://github.com/engla/$isim/releases/download/v$surum/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
./configure --prefix=/usr --libexecdir=/usr/lib/$isim --sysconfdir=/etc
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}