diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-01 16:27:50 +0100 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2010-01-01 16:29:57 +0100 |
commit | 732a0b122d1c0b0928cee833863a5fa60370efc9 (patch) | |
tree | 104045689a104fff91db8680ab917d015ef006b7 /recipes/libwmf/libwmf-native_0.2.8.4.bb | |
parent | 4bb3641d5894b2e4e7476b5c7cd3068e34e98548 (diff) |
libwmf: new recipe, libwmf id a library for converting WMF files
Note that the native recipe(which depend on the non-native recipe)
is needed for a future fix for abiword 2.8.1
Diffstat (limited to 'recipes/libwmf/libwmf-native_0.2.8.4.bb')
-rw-r--r-- | recipes/libwmf/libwmf-native_0.2.8.4.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/libwmf/libwmf-native_0.2.8.4.bb b/recipes/libwmf/libwmf-native_0.2.8.4.bb new file mode 100644 index 0000000000..a33461fcdb --- /dev/null +++ b/recipes/libwmf/libwmf-native_0.2.8.4.bb @@ -0,0 +1,4 @@ +require libwmf_0.2.8.4.bb +inherit native + +SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/libwmf/${PV}/libwmf-${PV}.tar.gz;name=tarball" |