Add puzzles

git-svn-id: https://svn.o-hand.com/repos/poky@65 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2005-09-29 13:02:05 +00:00
parent 6ff6f31067
commit 6cc949a1c8
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
SRC_URI = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.tar.gz"
CFLAGS_prepend = " -I./ `${STAGING_BINDIR}/pkg-config gtk+-2.0 --cflags` "
do_compile_prepend = " export 'XLDFLAGS=${LDFLAGS} `${STAGING_BINDIR}/pkg-config gtk+-2.0 --libs`'; "
FILES_${PN} = "usr/games/*"
do_install () {
export prefix=${D}
export DESTDIR=${D}
install -d ${D}/usr
install -d ${D}/usr/games
oe_runmake install
}