wok-undigest view gtkhotkey/receipt @ rev 682

add linux64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 12 18:11:31 2012 +0200 (2012-04-12)
parents
children 891d0fb9ac4e
line source
1 # SliTaz package receipt.
3 PACKAGE="gtkhotkey"
4 VERSION="0.2.1"
5 CATEGORY="x-window"
6 SHORT_DESC="Platform independent hotkey handling for Gtk+ applications."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="https://launchpad.net/gtkhotkey"
10 WGET_URL="https://launchpad.net/gtkhotkey/0.2/$VERSION/+download/$TARBALL"
12 DEPENDS="glib libgio gtk+"
13 BUILD_DEPENDS="wget glib-dev libgio-dev gtk+-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -s $install/usr/lib/*.so* $fs/usr/lib
28 }