wok-next diff libkeybinder/receipt @ rev 14177
linux: update bdeps (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 10 17:43:26 2013 +0100 (2013-03-10) |
parents | |
children | a8409aad034a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libkeybinder/receipt Sun Mar 10 17:43:26 2013 +0100 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libkeybinder" 1.7 +VERSION="0.3.0" 1.8 +CATEGORY="x-window" 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 +SOURCE="keybinder" 1.13 +TARBALL="$SOURCE-$VERSION.tar.gz" 1.14 +WGET_URL="http://kaizer.se/publicfiles/$SOURCE/$TARBALL" 1.15 + 1.16 +DEPENDS="gtk+" 1.17 +BUILD_DEPENDS="gtk+-dev gobject-introspection-dev xorg-libXext-dev python-dev \ 1.18 +pygtk-dev pygobject-dev" 1.19 + 1.20 +# Rules to configure and make the package. 1.21 +compile_rules() 1.22 +{ 1.23 + ./configure $CONFIGURE_ARGS && make && make install 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + mkdir -p $fs/usr/lib 1.30 + cp -a $install/usr/lib/*so* $fs/usr/lib 1.31 + cp -a $install/usr/lib/python* $fs/usr/lib 1.32 +}