wok view pygobject/receipt @ rev 1189

libsdl-*-dev: WANTED with correct name
author Christophe Lincoln <pankso@slitaz.org>
date Mon Aug 04 16:31:19 2008 +0200 (2008-08-04)
parents
children e6114fcaafb8
line source
1 # SliTaz package receipt.
3 PACKAGE="pygobject"
4 VERSION="2.14.1"
5 CATEGORY="development"
6 SHORT_DESC="Python bindings for the GObject library"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE=""
11 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.14/$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/python2.5 $fs/usr/lib
28 }