wok view loqui/receipt @ rev 13113

liblrdf-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 27 11:54:40 2012 +0200 (2012-06-27)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="loqui"
4 VERSION="0.5.2"
5 CATEGORY="x-window"
6 SHORT_DESC="Light IRC Client for Gtk2."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WGET_URL="https://launchpadlibrarian.net/85404437/$TARBALL"
10 WEB_SITE="https://launchpad.net/loqui"
12 DEPENDS="gtk+"
13 BUILD_DEPENDS="gtk+-dev wget"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 }