wok view lostirc/receipt @ rev 11623

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents 4bde2cf64e45
children 040d678eab41
line source
1 # SliTaz package receipt.
3 PACKAGE="lostirc"
4 VERSION="0.4.6"
5 CATEGORY="network"
6 SHORT_DESC="A simple IRC client"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://lostirc.sourceforge.net/"
10 WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/lostirc/$TARBALL"
12 DEPENDS="glibmm cairomm gtkmm libsigc++"
13 BUILD_DEPENDS="glibmm-dev cairomm-dev gtkmm-dev libsigc++-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 busybox patch -p1 -i $stuff/gcc.u
20 ./configure --prefix=/usr $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$PWD/_pkg install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/applications $fs/etc
29 cp -a $stuff/listpatron.desktop $fs/usr/share/applications
30 cp -a $_pkg/usr/bin $fs/usr
31 cp -a $stuff/skel $fs/etc
32 }