CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
flac: Fixed identation.
authorVictor Martinez <pitillo@ono.com>
Fri, 12 Mar 2010 12:24:45 +0000 (12:24 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 12 Mar 2010 12:24:45 +0000 (12:24 +0000)
flac/Pkgfile

index a3d8ea8c5cc0913adde5ddb2e9c207c955ebe3dc..470a979a133328ea7956cddbb58debbd210ec380 100644 (file)
@@ -12,16 +12,16 @@ source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
         $name.diff)
 
 build() {
-       cd $name-$version
+  cd $name-$version
 
-       # fix compilation with gcc 4.3
-       patch -Np1 -i $SRC/$name.diff
+# fix compilation with gcc 4.3
+  patch -Np1 -i $SRC/$name.diff
 
-       ./configure --build=$CHOST \
+  ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --with-ogg=$CLFS/usr/lib
-       make
-       make DESTDIR=$PKG install
-       rm -rf $PKG/usr/share/doc
+  make
+  make DESTDIR=$PKG install
+  rm -rf $PKG/usr/share/doc
 }