wok view libkeybinder-dev/receipt @ rev 14908

slitaz-i18n: rewrite locale-pack.functions; slitaz-configs: now generate openbox desktop menu using po files; locale-*: update using new locale-pack.functions (FIXME: post_remove)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 03 17:37:48 2013 +0300 (2013-08-03)
parents 2bbae4856e6c
children 8ed62ecac0c7
line source
1 # SliTaz package receipt.
3 PACKAGE="libkeybinder-dev"
4 VERSION="0.3.0"
5 CATEGORY="development"
6 SHORT_DESC="Library for registering global keyboard shortcuts"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://kaizer.se/wiki/keybinder/"
11 WANTED="libkeybinder"
12 DEPENDS="libkeybinder gtk+-dev gobject-introspection-dev xorg-libXext-dev \
13 python-dev pygtk-dev pygobject-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib $fs/usr/share
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/gir* $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/lib/*.la* $fs/usr/lib
23 cp -a $install/usr/share/gir* $fs/usr/share
24 }