cdparanoia: oe-stylized
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 17:38:21 +0000 (19:38 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Wed, 18 Aug 2010 17:38:21 +0000 (19:38 +0200)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
recipes/cdparanoia/cdparanoia_svn.bb

index 56a5450..0f81d6c 100644 (file)
@@ -1,25 +1,27 @@
 # cdparanoia OE build file
 # Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
 # Released under the MIT license (see packages/COPYING)
+
+PR = "r2"
 LICENSE = "GPL"
+
 PV = "10.2+svnr${SRCPV}"
-PR = "r2"
+SRCREV = "16684"
 
 SRC_URI = "svn://svn.xiph.org/trunk;module=cdparanoia;proto=http \
-         file://fixes10.patch \
-         file://Makefile.in.patch \
-         file://interface_Makefile.in.patch \
-         file://paranoia_Makefile.in.patch \
-         file://configure.in.patch "
+        file://fixes10.patch \
+        file://Makefile.in.patch \
+        file://interface_Makefile.in.patch \
+        file://paranoia_Makefile.in.patch \
+        file://configure.in.patch "
 
-SRCREV = "16684"
 S = "${WORKDIR}/cdparanoia"
 
+PARALLEL_MAKE = ""
+
 inherit autotools
 
 do_install() {
-        oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
-                   INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
+       oe_runmake BINDIR="${D}/usr/bin" MANDIR="${D}/usr/share/man/" \
+                  INCLUDEDIR="${D}/usr/include/" LIBDIR="${D}/usr/lib" install
 }
-
-PARALLEL_MAKE = ""