diff options
author | Richard Purdie <richard@openedhand.com> | 2005-09-29 13:02:05 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2005-09-29 13:02:05 +0000 |
commit | 6cc949a1c8b63e81d248a8c9b398127e6ad16e57 (patch) | |
tree | c2c800ea9c1433f517fa750d235d36bcecd54089 | |
parent | 6ff6f31067e9720cddc7d8d3f3c112ddfede6b2e (diff) | |
download | poky-6cc949a1c8b63e81d248a8c9b398127e6ad16e57.tar.gz |
Add puzzles
git-svn-id: https://svn.o-hand.com/repos/poky@65 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | openembedded/packages/puzzles/puzzles_r6358.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openembedded/packages/puzzles/puzzles_r6358.bb b/openembedded/packages/puzzles/puzzles_r6358.bb new file mode 100644 index 0000000000..8c6f6401a7 --- /dev/null +++ b/openembedded/packages/puzzles/puzzles_r6358.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | |||
2 | SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz" | ||
3 | |||
4 | CFLAGS_prepend = " -I./ `${STAGING_BINDIR}/pkg-config gtk+-2.0 --cflags` " | ||
5 | do_compile_prepend = " export 'XLDFLAGS=${LDFLAGS} `${STAGING_BINDIR}/pkg-config gtk+-2.0 --libs`'; " | ||
6 | |||
7 | FILES_${PN} = "usr/games/*" | ||
8 | |||
9 | do_install () { | ||
10 | export prefix=${D} | ||
11 | export DESTDIR=${D} | ||
12 | install -d ${D}/usr | ||
13 | install -d ${D}/usr/games | ||
14 | oe_runmake install | ||
15 | } | ||