wok diff droid-font/receipt @ rev 15799

fail2ban: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 19 16:07:24 2014 +0000 (2014-01-19)
parents df1ebc56392f
children d1570adae0ba
line diff
     1.1 --- a/droid-font/receipt	Wed Feb 23 00:15:11 2011 +0100
     1.2 +++ b/droid-font/receipt	Sun Jan 19 16:07:24 2014 +0000
     1.3 @@ -6,12 +6,14 @@
     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 +LICENSE="Apache"
     1.9  WEB_SITE="http://www.droidfonts.com/"
    1.10  # Located in git repo, so we need a snapshot and some dirty hacks.
    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 +BUILD_DEPENDS="wget"
    1.15 +
    1.16  # Rules to configure and make the package.
    1.17  # Keep an empty compile_rules to make tazwok install build depends.
    1.18  compile_rules()