[weasel-commit] Source: libcddb=1.3.2-2

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Fri, 29 Jan 2010 14:18:11 -0500

================================
libcddb:source=1.3.2-2 (previous: 1.3.2-1)
cvc rdiff libcddb -1 /weasel.rpath.org@wgl:3-devel/1.3.2-2
================================
1.3.2-2 Filip Brcic (brcha@xxxxxxx) Fri Jan 29 14:18:02 2010
    fixed recipe + metadata

libcddb.recipe: changed
Index: libcddb.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- libcddb.recipe /weasel.rpath.org@wgl:3-devel/1.3.2-1
+++ libcddb.recipe /weasel.rpath.org@wgl:3-devel/1.3.2-2
@@ -1,29 +1,24 @@
 #
-# Copyright (c) 2007 Foresight Linux
-# This file is distributed under the terms of the MIT License.
-# A copy is available at http://www.rpath.com/permanent/mit-license.html
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
 #
 
 class Libcddb(AutoPackageRecipe):
     name = 'libcddb'
     version = '1.3.2'
- 
-    buildRequires = ['libcdio:devel', 'pkg-config:devel' ]
- 
+
+    buildRequires = []
+
+    shortDesc  = 'CDDB access library'
+    longDesc   = 'A library for accessing a CDDB server'
+    url        = 'http://libcddb.sourceforge.net'
+    licenses   = [ 'LGPL-2' ]
+    categories = [ 'Media/Libraries' ]
+
     def unpack(r):
-        r.addArchive('mirror://sourceforge/libcddb/')
+        r.addArchive('mirror://sourceforge/%(name)s/')
 
-        if Arch.x86_64:
-            # First build 32bit version
-            macros32 = r.macros.copy()
-            macros32.cc = '"gcc -m32"'
-            macros32.cxx = '"g++ -m32"'
-            macros32.libdir = '%(prefix)s/lib'
-
-            r.Run('cp -a %(builddir)s %(builddir)s/../32bit')
-
-            r.Configure(dir='../32bit', overrideMacros=macros32)
-            r.Make(dir='../32bit', overrideMacros=macros32)
-            r.MakeInstall(dir='../32bit', overrideMacros=macros32)
-
-            r.NormalizePkgConfig(exceptions='.*')
+    def configure(r):
+        r.Configure(
+            ' --without-cdio'
+            )



Committed by: brcha

Other related posts: