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:
603a4b9
)
flac: Fixed identation.
author
Victor Martinez
<pitillo@ono.com>
Fri, 12 Mar 2010 12:24:45 +0000
(12:24 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Fri, 12 Mar 2010 12:24:45 +0000
(12:24 +0000)
flac/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/flac/Pkgfile
b/flac/Pkgfile
index a3d8ea8c5cc0913adde5ddb2e9c207c955ebe3dc..470a979a133328ea7956cddbb58debbd210ec380 100644
(file)
--- a/
flac/Pkgfile
+++ b/
flac/Pkgfile
@@
-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
}