wok diff vorbis-tools/receipt @ rev 4937

add/improve TAGS h* receipts
author Rohit Joshi <jozee@slitaz.org>
date Tue Feb 16 14:01:36 2010 +0000 (2010-02-16)
parents 6c7f52500ea8
children f917e0dfdfbd
line diff
     1.1 --- a/vorbis-tools/receipt	Fri Sep 25 11:47:17 2009 +0200
     1.2 +++ b/vorbis-tools/receipt	Tue Feb 16 14:01:36 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vorbis-tools"
     1.7 -VERSION="1.1.1"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="multimedia"
    1.10  SHORT_DESC="Vorbis encoder, decoder and tiny tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -15,7 +15,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	sed -i '/CURLOPT_MUTE/d' ogg123/http_transport.c
    1.17 +	# Fix for version 1.1.1
    1.18 +	#sed -i '/CURLOPT_MUTE/d' ogg123/http_transport.c
    1.19  	./configure \
    1.20  		--prefix=/usr \
    1.21  		--mandir=/usr/share/man \
    1.22 @@ -27,9 +28,6 @@
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26 -	mkdir -p $fs/usr/share/locale
    1.27 +	mkdir -p $fs/usr
    1.28  	cp -a $_pkg/usr/bin $fs/usr
    1.29 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.30 -	strip -s $fs/usr/bin/*
    1.31  }
    1.32 -