wok diff mutagen/receipt @ rev 17871

Add: perl-fcgi FCGI::ProcManager
author Nathan Neulinger <nneul@neulinger.org>
date Thu Mar 26 23:41:46 2015 +0000 (2015-03-26)
parents 380ffe05937a
children 16df76e1fc6a
line diff
     1.1 --- a/mutagen/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/mutagen/receipt	Thu Mar 26 23:41:46 2015 +0000
     1.3 @@ -1,22 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mutagen"
     1.7 -VERSION="1.15"
     1.8 +VERSION="1.28"
     1.9  CATEGORY="multimedia"
    1.10 -SHORT_DESC="python module for audio meta data"
    1.11 +SHORT_DESC="Read and write audio tags for many formats"
    1.12  MAINTAINER="rj.rohit@gmail.com"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://bitbucket.org/lazka/mutagen"
    1.15  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://quodlibet.googlecode.com/files" 
    1.17 -WGET_URL="$WEB_SITE/$TARBALL"
    1.18 +WGET_URL="$WEB_SITE/downloads/$TARBALL"
    1.19 +TAGS="tagging asf flac m4a mp3 musepack ogg aiff id3"
    1.20  
    1.21  DEPENDS="python"
    1.22 -BUILD_DEPENDS="python-dev"
    1.23 +BUILD_DEPENDS="wget cacerts python"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27  {
    1.28 -	cd $src
    1.29  	python setup.py build
    1.30  	python setup.py install --root=$DESTDIR
    1.31  }
    1.32 @@ -24,8 +24,5 @@
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36 -	mkdir -p $fs/usr/lib
    1.37 -	cp -a $install/usr/bin $fs/usr
    1.38 -	cp -a $install/usr/lib/* $fs/usr/lib/	
    1.39 +	cp -a $install/* $fs
    1.40  }
    1.41 -