milis/talimatname/genel/python-keybinder/talimat

22 lines
592 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: Genel klavye kısayollarını kaydetmek için kullanılan kitaplık - Python 2 bağları.
# URL: https://github.com/engla/keybinder
# Packager: milisarge
# Depends on: keybinder python-gtk gnome-common
_ananame=keybinder
name=python-keybinder
version=0.3.1
release=1
source=(https://github.com/engla/${_ananame}/archive/master.zip)
build() {
cd "${_ananame}-master"
export PYTHON=/usr/bin/python2
./autogen.sh --prefix=/usr
make
make DESTDIR="${PKG}/" install
rm -rf "${PKG}"/usr/lib/{girepository-1.0,libkeybinder*,pkgconfig}
rm -rf "${PKG}"/usr/{include,share}
}