wok view lostirc/receipt @ rev 3584

pcmanfm: add tazpkg handler.
pcmanfm/stuff/archiver-tazpkg-support.patch HG: changed
pcmanfm/stuff/icons/Tango/32x32/mimetypes/gnome-mime-application-x-tazpkg.png
pcmanfm/stuff/icons/Tango/32x32/mimetypes/package-x-tazpkg.png HG:
changed pcmanfm/stuff/mime/packages/tazpkg.xml
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jun 27 00:24:13 2009 +0200 (2009-06-27)
parents 2e55de4816a6
children 843c4b1b4ead
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 DEPENDS="glibmm gtkmm libsigc++ xorg-libXdamage xcb-util"
9 BUILD_DEPENDS="glibmm-dev libsigc++-dev gtkmm-dev glibmm gtkmm libsigc++"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://lostirc.sourceforge.net/"
12 WGET_URL="http://dfn.dl.sourceforge.net/sourceforge/lostirc/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr $fs/etc
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a stuff/skel $fs/etc
29 }