wok-stable diff makeself/receipt @ rev 9448
Add gnu-netcat.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Apr 02 07:10:20 2011 +0000 (2011-04-02) |
parents | c40d672fcb68 |
children | 1ec92e652f66 |
line diff
1.1 --- a/makeself/receipt Fri Dec 24 02:48:32 2010 +0000 1.2 +++ b/makeself/receipt Sat Apr 02 07:10:20 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