Changeset 896

Show
Ignore:
Timestamp:
05/24/08 13:38:32 (6 months ago)
Author:
gbooker
Message:

Added scripts to create a self-installer (useful for ATV)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Release

    • Property svn:ignore changed from
      build
      to
      build
      ATVComponents
  • trunk/Release/Makefile

    r881 r896  
    55 
    66VERSION=1.1.1b1 
    7 BETA=TRU
     7BETA=FALS
    88SRC_DIR=.. 
    99BUILD_DIR=build 
     10ATV_BUILD_DIR=ATVComponents 
    1011RELEASE_NAME=Perian 
    1112PERIAN_DIR=$(BUILD_DIR)/Perian 
     
    3031 
    3132release: compile createfolder diskimage 
     33 
     34atv: compile 
     35        @# clean build dir 
     36        rm -rf $(ATV_BUILD_DIR) 
     37        mkdir $(ATV_BUILD_DIR) 
     38        cp $(PERIAN_BUILD_DIR)/Perian.prefPane/Contents/Resources/Components/*.zip $(PERIAN_BUILD_DIR)/Perian.prefPane/Contents/Resources/Components/*/*.zip $(ATV_BUILD_DIR) 
     39        cp ATV-Perian-Install.sh $(ATV_BUILD_DIR) 
     40        makeself --nocrc --nocomp --nox11 ATVComponents Perian-ATV-$(VERSION).sh Perian ./ATV-Perian-Install.sh 
    3241 
    3342compile: