1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00
Files
Richard Purdie 4b647cde77 Various minor updates from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@919 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-11-21 12:15:23 +00:00

13 lines
292 B
BlitzBasic

LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+"
DESCRIPTION = "gcalctool is a powerful calculator"
PR = "r1"
SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
file://makefile-fix.diff;patch=1"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gnome"