Browse Source

graphicsmagick: Fix package description typo

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
lilik-openwrt-22.03
Robert Högberg 4 years ago
committed by Hannu Nyman
parent
commit
2fa91f4c9f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      multimedia/graphicsmagick/Makefile

+ 2
- 2
multimedia/graphicsmagick/Makefile View File

@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=graphicsmagick
PKG_VERSION:=1.3.35
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_DIR:=$(BUILD_DIR)/GraphicsMagick-$(PKG_VERSION)
PKG_SOURCE:=GraphicsMagick-$(PKG_VERSION).tar.bz2
@ -42,7 +42,7 @@ endef
define Package/graphicsmagick/description
GraphicsMagick is a free and open-source software suite for displaying,
converting, and editing raster image and vector image files. It is a fork
of GraphicsMagick.
of ImageMagick.
endef
CONFIGURE_ARGS += \


Loading…
Cancel
Save