wok diff libkeybinder-dev/receipt @ rev 14534

libfirefox: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:49 2013 +0200 (2013-05-22)
parents
children 4904e3d374a9
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libkeybinder-dev/receipt	Wed May 22 19:05:49 2013 +0200
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libkeybinder-dev"
     1.7 +VERSION="0.3.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Library for registering global keyboard shortcuts"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://kaizer.se/wiki/keybinder/"
    1.12 +
    1.13 +WANTED="libkeybinder"
    1.14 +DEPENDS="libkeybinder gtk+-dev gobject-introspection-dev xorg-libXext-dev \
    1.15 +python-dev pygtk-dev pygobject-dev"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	mkdir -p $fs/usr/lib $fs/usr/share
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/gir* $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/*.la* $fs/usr/lib
    1.25 +	cp -a $install/usr/share/gir* $fs/usr/share
    1.26 +}