wok-stable view python-pymedia/receipt @ rev 3930

Update: binutils (toolprefixed binaries with default binutil symlinks; needed for builds expecting toolprefixed binutil binaries when a target platform [e.g. i486-pc-linux-gnu] is specified)
author Matthew Sheets <rcx@zoominternet.net>
date Wed Aug 19 16:02:07 2009 +0000 (2009-08-19)
parents
children f3327707164a
line source
1 # SliTaz package receipt.
3 PACKAGE="python-pymedia"
4 SOURCE="pymedia"
5 VERSION="1.3.7.3"
6 CATEGORY="development"
7 SHORT_DESC="Wav, mp3, ogg, avi, divx, dvd, cdda etc files manipulations."
8 MAINTAINER="pascal.bellard@slitaz.org"
9 TARBALL="$SOURCE-$VERSION.tar.gz"
10 WEB_SITE="http://pymedia.org/"
11 WGET_URL="$SF_MIRROR/$SOURCE/$TARBALL"
12 DEPENDS="python libvorbis libogg"
13 BUILD_DEPENDS="python python-dev libvorbis libvorbis-dev libogg libogg-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 echo | python setup.py build &&
20 echo | python setup.py install --root=$PWD/_pkg
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/lib $fs/usr
28 }