icoutils add repo

This commit is contained in:
bferturk
2016-07-02 12:34:57 +03:00
parent 114bd1833e
commit 142ebb2df0
3 changed files with 72 additions and 0 deletions
+20
View File
@@ -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")
+44
View File
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>icoutils</Name>
<Homepage>http://www.nongnu.org/icoutils/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<IsA>app:gui</IsA>
<Summary>Utility for extracting and converting Microsoft icon and cursor files</Summary>
<Description>A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)</Description>
<Archive sha1sum="2712acd33c611588793562310077efd2ff35dca5" type="tarbz2">http://savannah.nongnu.org/download/icoutils/icoutils-0.31.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>icoutils</Name>
<Dependency>links</Dependency>
<Dependency>libpng</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>xterm</Dependency>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-06-02</Date>
<Version>0.31.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>icoutils</Name>
<Summary xml:lang="en">Utility for extracting and converting Microsoft icon and cursor files</Summary>
<Description xml:lang="en">A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)</Description>
</Source>
</PISI>