mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
icoutils: bump to 0.32.3, add debuginfo package. (#2299)
This commit is contained in:
@@ -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|" \
|
||||
Reference in New Issue
Block a user