Show
Ignore:
Timestamp:
03/21/09 14:39:23 (3 years ago)
Author:
max_posedon
Message:

applying alonbl's indent an myconf patches, thanks alonbl! great work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • openmoko/trunk/openmoko-target/media-libs/esmart/esmart-20090313.ebuild

    r196 r260  
    2020 
    2121DEPEND=">=dev-util/pkgconfig-0.9.0 
    22         media-libs/edje" 
     22        media-libs/edje" 
    2323 
    2424src_compile() { 
    25     local myconf 
    26  
    27     myconf="${myconf} 
    28             --with-edje-cc=edje_cc" 
    29  
    30  
    31         econf ${myconf} || die "Configuration failed" 
    32         emake || die "Make failed" 
     25        econf --with-edje-cc=edje_cc || die 
     26        emake || die 
    3327}