diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-26 11:40:11 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-26 11:40:11 +0000 |
commit | 997bf5650427890e6788ce7c974ccc2df909fd70 (patch) | |
tree | e6873c316182375004d658377763276508fe7795 /packages/maemo | |
parent | 23ae804d001c8a284dba6a1eb7229296dfb19699 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/26 13:30:24+02:00 void!koen
hildon-lgpl_0.9.14-2.bb: spell LICENSE the correct way
BKrev: 4295b59bY9Jcv7R0c7KUjCn_5EJ_8g
Diffstat (limited to 'packages/maemo')
-rw-r--r-- | packages/maemo/hildon-lgpl_0.9.14-2.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/maemo/hildon-lgpl_0.9.14-2.bb b/packages/maemo/hildon-lgpl_0.9.14-2.bb index e69de29bb2..70914f9b0f 100644 --- a/packages/maemo/hildon-lgpl_0.9.14-2.bb +++ b/packages/maemo/hildon-lgpl_0.9.14-2.bb @@ -0,0 +1,12 @@ +LICENSE = "LGPL" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" + +DEPENDS = "gtk+ outo xtst libmatchbox libxi xt libpng gconf" + +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/h/hildon-lgpl/hildon-lgpl_${PV}.tar.gz \ + file://hildon-lgpl-noWerror.patch;patch=1" + +S = "${WORKDIR}/hildon-lgpl-0.9.14" +EXTRA_OECONF = "--disable-gtk-doc" + +inherit pkgconfig autotools |