diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-29 23:49:59 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-29 23:49:59 +0000 |
commit | 94699388bfbb69fea1eb712325a03d1e30c2e6fc (patch) | |
tree | b7f99aaad0faafb643c668f62d5f5e83eacac68e /gnome/gnome-games_2.6.1.oe | |
parent | 001ade355664f4a232d003144acac1454467bd9c (diff) |
fix up DEPENDS
BKrev: 40e20027feFRm_2XTuk88p77gIUONw
Diffstat (limited to 'gnome/gnome-games_2.6.1.oe')
-rw-r--r-- | gnome/gnome-games_2.6.1.oe | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome/gnome-games_2.6.1.oe b/gnome/gnome-games_2.6.1.oe index e69de29bb2..bbab8d4286 100644 --- a/gnome/gnome-games_2.6.1.oe +++ b/gnome/gnome-games_2.6.1.oe @@ -0,0 +1,29 @@ +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "guile gtk+ libgnome libgnomeui librsvg gnome-vfs gconf libglade" + +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/gnome-games/2.6/gnome-games-${PV}.tar.bz2 \ + file://compiler-flags.m4" + +PACKAGES =+ "libgdkcardimage libgdkcardimage-data libgdkcardimage-dev " + +FILES_libgdkcardimage = "${libdir}/libgdkcardimage.so.*" +FILES_libgdkcardimage-dev = "${libdir}/libgdkcardimage.* ${includedir}/gdkcardimage" +FILES_libgdkcardimage-data = "${datadir}/pixmaps/cards" +DEPENDS_libgdkcardimage = "libgdkcardimage-data" + +FILES_${PN}-doc += " ${datadir}/gnome/help" + +PACKAGES =+ "gnome-games-sol " +FILES_gnome-games-sol = "${bindir}/sol ${datadir}/applications/sol.desktop ${datadir}/pixmaps/gnome-aisleriot.png ${sysconfdir}/gconf/schemas/aisleriot.schemas ${datadir}/sol-games" + +PACKAGES =+ "gnome-games-gnometris " +FILES_gnome-games-gnometris = "${bindir}/gnometris ${datadir}/pixmaps/gnometris ${datadir}/pixmaps/gnome-gtetris.png ${datadir}/applications/gnometris.desktop ${sysconfdir}/gconf/schemas/gnometris.schemas" + +EXTRA_OECONF = "--disable-schemas-install" + +do_configure_prepend() { + mkdir -p m4 + cp ${WORKDIR}/compiler-flags.m4 m4/ +} + +inherit autotools |