a9cd57099d0c7bf84b5f5520de5db986b0cfd57c
[vuplus_openembedded] / libdisplaymigration / libdisplaymigration_0.28.oe
1 DESCRIPTION = "Gtk+ display migration library"
2 DEPENDS = "virtual/libc gtk+ libgcrypt"
3 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
4 SECTION = "gpe"
5 PRIORITY = "optional"
6
7 inherit pkgconfig
8
9 SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libdisplaymigration-${PV}.tar.gz
10
11 headers = "displaymigration.h auth.h crypt.h"
12
13 do_stage () {
14         install -m 0755 libdisplaymigration.so.0 ${STAGING_LIBDIR}/
15         ln -s libdisplaymigration.so.0 ${STAGING_LIBDIR}/libdisplaymigration.so
16
17         mkdir -p ${STAGING_INCDIR}/libdisplaymigration
18         for h in ${headers}; do
19                 install -m 0644 libdisplaymigration/$h ${STAGING_INCDIR}/libdisplaymigration/${h}
20         done
21 }
22
23 do_install() {
24         oe_runmake 'DESTDIR=${D}' install
25 }