python-keybinder.paketlendi

This commit is contained in:
milisman 2016-10-16 00:58:46 +03:00
parent 203703889b
commit f21ce3132e
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Description: Library for registering global keyboard shortcuts - Python 2 bindings
# 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}
}