wok view libsexy/receipt @ rev 1239

Add: claws-mail, an another mail client.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Mon Aug 11 23:40:37 2008 +0200 (2008-08-11)
parents
children dd8bb4875d43
line source
1 # SliTaz package receipt.
3 PACKAGE="libsexy"
4 VERSION="0.1.11"
5 CATEGORY="x-window"
6 SHORT_DESC="Sexy widgests for GTK+."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
10 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure \
17 --prefix=/usr \
18 --mandir=/usr/share/man \
19 $CONFIGURE_ARGS
20 make
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }