blob: 26a20940070948c07f4cb0671bd36805141477bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
LICENSE = ""
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
DEPENDS = "gtk+ gnome-vfs-dbus"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/o/osso-thumbnail/osso-thumbnail_${PV}.tar.gz"
S = "${WORKDIR}/osso-thumbnail-0.3.1"
inherit pkgconfig autotools
EXTRA_OECONF = "--disable-gtk-doc"
do_stage() {
install -d ${STAGING_INCDIR}
install -m 644 thumbs/*.h ${STAGING_INCDIR}
}
|