wok view loqui/receipt @ rev 13062

Up: geany-plugins to 0.21.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Jun 20 17:20:12 2012 +0000 (2012-06-20)
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 }