diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-22 19:01:42 +0000 |
commit | 415f8aefc8e336077583d96a08bd0b59fdb57bd9 (patch) | |
tree | 12a3835ab9747830e4ec68924f1e1e3e2a11c7cc /gnome/libgnomeprint_2.6.2.oe | |
parent | 07b7f3f3e241daa45de5599c6fb31f024575bf4e (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages
2004/08/22 20:01:31+01:00 (none)!pb
package minesweeper separately
2004/08/22 20:01:18+01:00 (none)!pb
bring gnomeprint packages up to modern standards
2004/08/22 19:48:06+01:00 (none)!pb
add gnome2-macros to EXTRA_AUTORECONF
BKrev: 4128ed96DuaJAzQxYxfZLbTb7m3Uew
Diffstat (limited to 'gnome/libgnomeprint_2.6.2.oe')
-rw-r--r-- | gnome/libgnomeprint_2.6.2.oe | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnome/libgnomeprint_2.6.2.oe b/gnome/libgnomeprint_2.6.2.oe index e69de29bb2..383ede26cb 100644 --- a/gnome/libgnomeprint_2.6.2.oe +++ b/gnome/libgnomeprint_2.6.2.oe @@ -0,0 +1,12 @@ +PR = "r1" + +DEPENDS = "libxml2 glib-2.0 pango libart-lgpl fontconfig popt gnome-common" + +inherit flow-lossage pkgconfig gnome + +do_stage() { + install -d ${STAGING_LIBDIR} + oe_libinstall -so -a -C libgnomeprint libgnomeprint-2-2 ${STAGING_LIBDIR} + gnome_stage_includes +} + |