diff --git a/multimedia/graphics/icoutils/actions.py b/multimedia/graphics/icoutils/actions.py new file mode 100644 index 0000000000..574083a69e --- /dev/null +++ b/multimedia/graphics/icoutils/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "TODO") \ No newline at end of file diff --git a/multimedia/graphics/icoutils/pspec.xml b/multimedia/graphics/icoutils/pspec.xml new file mode 100644 index 0000000000..800ba01b69 --- /dev/null +++ b/multimedia/graphics/icoutils/pspec.xml @@ -0,0 +1,44 @@ + + + + + icoutils + http://www.nongnu.org/icoutils/ + + PisiLinux Community + admin@pisilinux.org + + GPLv3+ + app:gui + Utility for extracting and converting Microsoft icon and cursor files + A set of programs for extracting and converting images in icon and cursor files (.ico, .cur) + http://savannah.nongnu.org/download/icoutils/icoutils-0.31.0.tar.bz2 + + libpng-devel + + + + + icoutils + links + libpng + perl-libwww + xterm + + /usr/bin + /usr/share/doc + /usr/share/man + /usr/share/locale + + + + + + 2016-06-02 + 0.31.0 + First release + PisiLinux Community + admin@pisilinux.org + + + diff --git a/multimedia/graphics/icoutils/translations.xml b/multimedia/graphics/icoutils/translations.xml new file mode 100644 index 0000000000..03e6a41a8f --- /dev/null +++ b/multimedia/graphics/icoutils/translations.xml @@ -0,0 +1,8 @@ + + + + icoutils + Utility for extracting and converting Microsoft icon and cursor files + A set of programs for extracting and converting images in icon and cursor files (.ico, .cur) + + \ No newline at end of file