wok-current view libsexy/receipt @ rev 1227
Add squirrelmail-quota
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 10 10:45:55 2008 +0000 (2008-08-10) |
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 }