CRUX-ARM : Home

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

index e2662cfcd0790b674ae518e39ee6dbcfc4894886..9d953d52b514e4ce01a166d9f5b3d748e69c52ca 100644 (file)
@@ -11,11 +11,11 @@ release=1
 source=(http://downloads.xvid.org/downloads/xvidcore-$version.tar.bz2)
 
 build() {
-       cd xvidcore/build/generic
-       ./configure --build=$CHOST \
+  cd xvidcore/build/generic
+  ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr
-       make 
-       make DESTDIR=$PKG install
-       ln -s libxvidcore.so.4.2 $PKG/usr/lib/libxvidcore.so
+  make
+  make DESTDIR=$PKG install
+  ln -s libxvidcore.so.4.2 $PKG/usr/lib/libxvidcore.so
 }