wok diff libplayer-python/receipt @ rev 4765

Add: libplayer (multimedia A/V abstraction layer API)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 10 23:10:04 2010 +0100 (2010-01-10)
parents
children 568a128936bf
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libplayer-python/receipt	Sun Jan 10 23:10:04 2010 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libplayer-python"
     1.7 +VERSION="1.0.0"
     1.8 +CATEGORY="multimrdia"
     1.9 +SHORT_DESC="Python binding for libplayer. "
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="libplayer"
    1.12 +DEPENDS="libplayer python"
    1.13 +WEB_SITE="http://libplayer.geexbox.org/"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/lib/python* $fs/usr/lib
    1.20 +}