CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
opt-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
768c509
)
libxvid: Fixed identation.
author
Victor Martinez
<pitillo@ono.com>
Fri, 12 Mar 2010 12:16:49 +0000
(12:16 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Fri, 12 Mar 2010 12:16:49 +0000
(12:16 +0000)
libxvid/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/libxvid/Pkgfile
b/libxvid/Pkgfile
index e2662cfcd0790b674ae518e39ee6dbcfc4894886..9d953d52b514e4ce01a166d9f5b3d748e69c52ca 100644
(file)
--- a/
libxvid/Pkgfile
+++ b/
libxvid/Pkgfile
@@
-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
}