CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libsoup: removed verbose output.
[attic/ports/opt-cross.git] / libxvid / Pkgfile
index e2662cfcd0790b674ae518e39ee6dbcfc4894886..3da361b5e46487283f42afd9ab3af293ba079553 100644 (file)
@@ -2,7 +2,7 @@
 # URL: http://www.xvid.org/
 # Packager: Matt Housh, jaeger at crux dot nu
 # Maintainer: Lucas Hazel, lucas at die dot net dot au
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 # Nice to have: yasm
 
 name=libxvid
@@ -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
 }