summaryrefslogtreecommitdiff
path: root/packages/netpbm/netpbm_10.28.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-01-03 23:22:42 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-01-03 23:22:42 +0000
commit91818574fb20e98aed69f4f4586e3f971e17f013 (patch)
treee025ebd5590ec3ca7edf69a871753f85e10598f5 /packages/netpbm/netpbm_10.28.bb
parentc73693c12be6d852f243ed5bb5b8d585943e8003 (diff)
parent84a4706fc5292c926fb1126857cd350b62ddd0b4 (diff)
merge of '4b865f129d7c784106bb82861c16cc6330c629a9'
and '7e82eca3f8662bfb12dc49e93daed21b2aa8feeb'
Diffstat (limited to 'packages/netpbm/netpbm_10.28.bb')
-rw-r--r--packages/netpbm/netpbm_10.28.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/packages/netpbm/netpbm_10.28.bb b/packages/netpbm/netpbm_10.28.bb
index 2d986666f1..dde0d17d57 100644
--- a/packages/netpbm/netpbm_10.28.bb
+++ b/packages/netpbm/netpbm_10.28.bb
@@ -2,14 +2,14 @@
# data) processing package derived from PBMPlus
#
# For documentation see: http://netpbm.sourceforge.net/doc/
-LICENSE = "GPL MIT Artistic"
+LICENSE = "GPL MIT Artistic"
# NOTE: individual command line utilities are covered by different
# licenses. The compiled and linked command line utilties are
# subject to the licenses of the libraries they use too - including
# libpng libz, IJG, and libtiff licenses
-SECTION = "console/utils"
-DEPENDS = "jpeg zlib libpng tiff install-native flex-native"
+SECTION = "console/utils"
+DEPENDS = "jpeg zlib libpng tiff install-native flex-native"
RDEPENDS = "perl\
perl-module-cwd\
perl-module-english\
@@ -25,7 +25,7 @@ RDEPENDS = "perl\
RDEPENDS += "perl-module-exporter-heavy"
RDEPENDS += "perl-module-file-spec-unix"
-HOMEPAGE = "http://netpbm.sourceforge.net"
+HOMEPAGE = "http://netpbm.sourceforge.net"
DESCRIPTION = "Netpbm is a toolkit for manipulation of graphic images, including\
conversion of images between a variety of different formats. There\
are over 220 separate tools in the package including converters for\
@@ -35,11 +35,11 @@ PR = "r3"
SRC_URI = "${SOURCEFORGE_MIRROR}/netpbm/netpbm-${PV}.tgz \
file://ppmtojpeg.patch;patch=42 \
file://Makefile.config \
- file://oeendiangen"
+ file://oeendiangen"
EXTRA_OEMAKE = "ENDIANGEN=${S}/buildtools/oeendiangen TARGET_LD=${LD}"
-do_configure() {
+do_configure() {
install -c -m 644 ../Makefile.config .
# The following stops the host endiangen program being run and uses
# the target endian.h header instead.
@@ -50,8 +50,8 @@ do_compile() {
# need all to get the static library too
oe_runmake all default
}
-
-do_install() {
+
+do_install() {
# netpbm makes its own installation package, which must then be
# installed to form the dummy installation for ipkg
rm -rf ${WORKDIR}/netpbm-package
@@ -90,4 +90,4 @@ do_install() {
exit 1;;
esac
done
-}
+}