icoutils: bump to 0.32.3, add debuginfo package. (#2299)

This commit is contained in:
fbrosson
2018-03-09 09:35:50 +00:00
committed by GitHub
parent 7fab4507a2
commit 179aeb0e9b

View File

@@ -4,12 +4,12 @@ SUMMARY="Tools for extracting and converting Windows icon and cursor files"
DESCRIPTION="A set of command-line programs for extracting and converting \
images in Microsoft Windows icon and cursor files (usually with the extension \
.ico or .cur, but they can also be embedded in executables and DLL libraries."
HOMEPAGE="http://nongnu.org/icoutils/"
COPYRIGHT="1998-2017 Frank Richter"
HOMEPAGE="https://nongnu.org/icoutils/"
COPYRIGHT="1998-2018 Frank Richter"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="http://savannah.nongnu.org/download/icoutils/icoutils-$portVersion.tar.bz2"
CHECKSUM_SHA256="e892affbdc19cb640b626b62608475073bbfa809dc0c9850f0713d22788711bd"
CHECKSUM_SHA256="17abe02d043a253b68b47e3af69c9fc755b895db68fdc8811786125df564c6e0"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -37,8 +37,13 @@ BUILD_PREREQUIRES="
cmd:gcc
cmd:ld
cmd:make
cmd:sed
"
defineDebugInfoPackage icoutils \
"$binDir"/icotool \
"$binDir"/wrestool
PATCH()
{
sed -i -e "1 s|/usr/bin/perl|/bin/env perl|" \