wok-current rev 9272
Fixed makeself.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 15 18:19:02 2011 +0000 (2011-03-15) |
parents | 95c870915bbb |
children | fb0ec6e33ae9 |
files | makeself/receipt |
line diff
1.1 --- a/makeself/receipt Tue Mar 15 18:06:40 2011 +0000 1.2 +++ b/makeself/receipt Tue Mar 15 18:19:02 2011 +0000 1.3 @@ -5,16 +5,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Utility to create self-extraction packages." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +TARBALL="$PACKAGE-$VERSION.run" 1.8 WEB_SITE="http://megastep.org/makeself" 1.9 -WGET="http://megastep.org/makeself/makeself.run" 1.10 +WGET_URL="http://megastep.org/makeself/makeself.run" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - [ -f $SOURCES_REPOSITORY/$PACKAGE-$VERSION ] || 1.16 - wget $WGET -O $SOURCES_REPOSITORY/$PACKAGE-$VERSION 1.17 - cd $WOK/$PACKAGE 1.18 - /bin/sh $SOURCES_REPOSITORY/$PACKAGE-$VERSION 1.19 + /bin/sh $src/$TARBALL 1.20 cd $src 1.21 mkdir -p $PWD/_pkg/usr/bin 1.22 mkdir -p $PWD/_pkg/usr/share/makeself