wok view libsexy/receipt @ rev 6161

Up: thunderbird-langpack-de (3.1.3)
author Dominique Corbex <domcox@slitaz.org>
date Fri Sep 10 12:21:01 2010 +0200 (2010-09-10)
parents dd8bb4875d43
children db2b116dcbab
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 DEPENDS="gtk+ xorg-libXdamage"
9 BUILD_DEPENDS="pkg-config gtk+ gtk+-dev xorg-xproto glib pango libxml2"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
12 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --mandir=/usr/share/man \
21 $CONFIGURE_ARGS &&
22 make &&
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/lib
30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
31 }