wok diff droid-font/receipt @ rev 16179

8086tiny: fix build for arm (no graphic dont build...)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Mar 30 17:45:53 2014 +0200 (2014-03-30)
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 Mar 30 17:45:53 2014 +0200
     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()