wok diff droid-font/receipt @ rev 12139

Up: cookutils (1.7) - Now create XML feed for cooked pkgs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Mar 14 03:00:34 2012 +0100 (2012-03-14)
parents a73c94997539
children eb8067417980
line diff
     1.1 --- a/droid-font/receipt	Sat Sep 25 16:01:57 2010 +0200
     1.2 +++ b/droid-font/receipt	Wed Mar 14 03:00:34 2012 +0100
     1.3 @@ -6,17 +6,17 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Font family from Google's Android project"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +BUILD_DEPENDS="wget"
     1.8  WEB_SITE="http://www.droidfonts.com/"
     1.9  # Located in git repo, so we need a snapshot and some dirty hacks.
    1.10 -GIT_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz"
    1.11 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.12 +WGET_URL="http://android.git.kernel.org/?p=platform/frameworks/base.git;f=data/fonts;a=snapshot;h=$GIT_HASH;sf=tgz"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15 +# Keep an empty compile_rules to make tazwok install build depends.
    1.16  compile_rules()
    1.17  {
    1.18 -	TARFILE=$SOURCES_REPOSITORY/$PACKAGE-$VERSION.tgz
    1.19 -	[ -s $TARFILE ] || wget -O $TARFILE $GIT_URL
    1.20 -	tar xzf $TARFILE
    1.21 -	mv base $PACKAGE-$VERSION > /dev/null
    1.22 +	:
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.