wok-6.x view libart_lgpl/receipt @ rev 1079
Up: tazwok (2.0) - md5sum, size and more
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Jul 16 16:16:02 2008 +0200 (2008-07-16) |
parents | ec1c67fbb4f8 |
children | 50a1548a4809 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libart_lgpl"
4 VERSION="2.3.19"
5 CATEGORY="x-window"
6 SHORT_DESC="Free libart."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/"
11 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $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/lib
27 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
28 strip --strip-unneeded $fs/usr/lib/*
29 }