wok diff libtheora-enc/receipt @ rev 1237

pygtk-dev: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 11 12:46:57 2008 +0000 (2008-08-11)
parents
children 59228667f806
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libtheora-enc/receipt	Mon Aug 11 12:46:57 2008 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libtheora-enc"
     1.7 +VERSION="1.0beta3"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Thera video encoding/decoding library."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +WANTED="libtheora"
    1.12 +WEB_SITE="http://www.theora.org/"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/lib
    1.18 +	cp -a $_pkg/usr/lib/libtheoradec.so* $fs/usr/lib
    1.19 +	cp -a $_pkg/usr/lib/libtheoraenc.so* $fs/usr/lib
    1.20 +}
    1.21 +