diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 19:07:10 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-05-07 19:07:10 +0000 |
commit | c71a8fcaf3c5cd7990eec02559e209d34b4019d6 (patch) | |
tree | b054c9f922cdb26705e186904ed45c00da40f14f | |
parent | ac5f9e37bdbe2acca8b9d24f645c29a1ae9705fc (diff) |
ntpbm: clean up. Bump PR. Partly closes 2234.
-rw-r--r-- | packages/netpbm/netpbm_10.28.bb | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/packages/netpbm/netpbm_10.28.bb b/packages/netpbm/netpbm_10.28.bb index dde0d17d57..cfe2a5cc88 100644 --- a/packages/netpbm/netpbm_10.28.bb +++ b/packages/netpbm/netpbm_10.28.bb @@ -1,14 +1,14 @@ -# bitbake configuration file for NetPBM, a command line image (sampled -# data) processing package derived from PBMPlus -# -# For documentation see: http://netpbm.sourceforge.net/doc/ +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\ +about 100 graphics formats." +HOMEPAGE = "http://netpbm.sourceforge.net" +SECTION = "console/utils" 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" RDEPENDS = "perl\ perl-module-cwd\ @@ -25,12 +25,7 @@ RDEPENDS = "perl\ RDEPENDS += "perl-module-exporter-heavy" RDEPENDS += "perl-module-file-spec-unix" -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\ -about 100 graphics formats." -PR = "r3" +PR = "r4" SRC_URI = "${SOURCEFORGE_MIRROR}/netpbm/netpbm-${PV}.tgz \ file://ppmtojpeg.patch;patch=42 \ |