wok rev 22489

updated apngdis (2.5 -> 2.9)
author Hans-G?nter Theisgen
date Tue Dec 31 13:48:18 2019 +0100 (2019-12-31)
parents e32fb43ef973
children c4d721cfd662
files apngdis/receipt
line diff
     1.1 --- a/apngdis/receipt	Tue Dec 31 13:42:49 2019 +0100
     1.2 +++ b/apngdis/receipt	Tue Dec 31 13:48:18 2019 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="apngdis"
     1.7 -VERSION="2.5"
     1.8 +VERSION="2.9"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames"
    1.11 +SHORT_DESC="Deconstruct APNG file into a sequence of PNG frames."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="zlib/libpng"
    1.14  WEB_SITE="https://sourceforge.net/projects/apngdis/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION-src.zip"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$VERSION/$TARBALL"
    1.18  
    1.19 @@ -23,5 +24,5 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/bin
    1.23 -	cp -a $src/$PACKAGE $fs/usr/bin
    1.24 +	cp -a $src/$PACKAGE	$fs/usr/bin
    1.25  }