You are not logged in.

#1 2004-09-05 15:19:47

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

[multimedia] icoconvert

IcoConvert will take any number of Windows .ico icon files and convert each of the images stored inside into a PNG image. All .ico file types are supported, including transparency.

pkgname=icoconvert
pkgver=2.0
pkgrel=1
pkgdesc="IcoConvert will take any number of Windows .ico icon files and convert each of the images stored inside into a PNG image. All .ico file types are supported, including transparency."
url="http://www.mox.net/"
license=""
depends=('gd>=2.0' libjpeg)
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://www.mox.net/downloads/$pkgname-$pkgver.tar.gz)
md5sums=('56fe4474c8eaae2c8b886331cda41aca')

build() {
  cd $startdir/src/$pkgname-$pkgver
  rm icoconvert
  make || return 1
  /bin/install -D -m755 icoconvert $startdir/pkg/usr/bin/icoconvert
}

all my packages can be found  here:

[dibble]
Server = http://dtw.jiwe.org/share/pkgs/dibble

they are built WITHOUT xorg as a dep (even tho namcap disagrees!)

Offline

Board footer

Powered by FluxBB