pythonmagick:moved contrib
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#
|
|
||||||
# Licensed under the GNU General Public License, version 3.
|
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
|
||||||
|
|
||||||
from pisi.actionsapi import shelltools
|
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
|
|
||||||
def setup():
|
|
||||||
#shelltools.system("./autogen.pl")
|
|
||||||
autotools.configure()
|
|
||||||
|
|
||||||
def build():
|
|
||||||
autotools.make()
|
|
||||||
|
|
||||||
def install():
|
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "LICENSE", "README")
|
|
||||||
@@ -1,47 +0,0 @@
|
|||||||
|
|
||||||
<?xml version="1.0" ?>
|
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>pythonmagick</Name>
|
|
||||||
<Homepage>http://www.imagemagick.org</Homepage>
|
|
||||||
<Packager>
|
|
||||||
<Name>PisiLinux Community</Name>
|
|
||||||
<Email>admins@pisilinux.org</Email>
|
|
||||||
</Packager>
|
|
||||||
<License>as-is</License>
|
|
||||||
<IsA>library</IsA>
|
|
||||||
<Summary>Python bindings for the ImageMagick</Summary>
|
|
||||||
<Description>PythonMagick is an object oriented Python bindings for the ImageMagick library.</Description>
|
|
||||||
<Archive sha1sum="76a588f6e5542e415be3c4e18a4156befd0efd0b" type="tarxz">http://www.imagemagick.org/download/python/PythonMagick-0.9.12.tar.xz</Archive>
|
|
||||||
<BuildDependencies>
|
|
||||||
<Dependency>python-devel</Dependency>
|
|
||||||
<Dependency>boost-devel</Dependency>
|
|
||||||
<Dependency>imagemagick-devel</Dependency>
|
|
||||||
<Dependency>python-devel</Dependency>
|
|
||||||
</BuildDependencies>
|
|
||||||
</Source>
|
|
||||||
|
|
||||||
<Package>
|
|
||||||
<Name>pythonmagick</Name>
|
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>boost</Dependency>
|
|
||||||
<Dependency>imagemagick</Dependency>
|
|
||||||
<Dependency>libgcc</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
|
||||||
<Path fileType="library">/usr/lib</Path>
|
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
|
||||||
</Files>
|
|
||||||
</Package>
|
|
||||||
|
|
||||||
<History>
|
|
||||||
<Update release="1">
|
|
||||||
<Date>2016-02-08</Date>
|
|
||||||
<Version>0.9.12</Version>
|
|
||||||
<Comment>First release</Comment>
|
|
||||||
<Name>Stefan Gronewold</Name>
|
|
||||||
<Email>groni@pisilinux.org</Email>
|
|
||||||
</Update>
|
|
||||||
</History>
|
|
||||||
</PISI>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<PISI>
|
|
||||||
<Source>
|
|
||||||
<Name>pythonmagick</Name>
|
|
||||||
<Summary xml:lang="tr">ImageMagick için Python bağlayıcıları</Summary>
|
|
||||||
<Description xml:lang="tr">PythonMagick, ImageMagick kütüphanesi için nesne yönelimli Python bağlayıcılarıdır.</Description>
|
|
||||||
</Source>
|
|
||||||
</PISI>
|
|
||||||
Reference in New Issue
Block a user