wok view rhapsody/receipt @ rev 1029

Add get-ipw2100-firmware and get-ipw2200-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 10 20:09:55 2008 +0000 (2008-07-10)
parents 00b8d39101ac
children 3d99ecce2d4b
line source
1 # SliTaz package receipt.
3 PACKAGE="rhapsody"
4 VERSION="0.28b"
5 CATEGORY="network"
6 SHORT_DESC="Text mode and easy to use IRC client."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="rhapsody_0.28b.tgz"
9 WEB_SITE="http://rhapsody.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure -i /usr/bin -d /usr/share/doc/rhapsody
17 make clean
18 make
19 strip -v rhapsody
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/rhapsody $fs/usr/bin
27 # Doc stuff.
28 mkdir -p $fs/usr/share/doc/rhapsody
29 cp -a $src/help $fs/usr/share/doc/rhapsody
30 chmod 644 $fs/usr/share/doc/rhapsody/help/*
31 }