clean unneeded package

This commit is contained in:
suvari
2017-05-01 18:08:23 +03:00
parent fadae1ad0f
commit 861a4e6029
4 changed files with 0 additions and 113 deletions
-27
View File
@@ -1,27 +0,0 @@
# -*- 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 shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
shelltools.system("./autogen.sh")
autotools.configure("--with-tests")
def build():
autotools.make()
def check():
shelltools.cd("tests")
shelltools.system("./test_all.sh")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "NEWS", "README")
-72
View File
@@ -1,72 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qrencode</Name>
<Homepage>http://fukuchi.org/works/qrencode/index.en.html</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A C library for encoding data in a QR code symbol</Summary>
<Description>qrencode is a C library for encoding data in a QR Code symbol, a kind of 2D symbology that can be scanned by handy terminals such as a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000 characters, and is highly robust.</Description>
<Archive sha1sum="644054a76c8b593acb66a8c8b7dcf1b987c3d0b2" type="targz">http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libsdl-devel</Dependency> <!-- This is for a specific test -->
<Dependency>m4</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qrencode</Name>
<RuntimeDependencies>
<Dependency>libpng</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/bin/qrencode</Path>
<Path fileType="man">/usr/share/man/man1</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>qrencode-devel</Name>
<Summary>Development files for qrencode</Summary>
<RuntimeDependencies>
<Dependency release="current">qrencode</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2017-02-28</Date>
<Version>3.4.4</Version>
<Comment>Rebuild for new Toolchain.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-05-22</Date>
<Version>3.4.4</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="1">
<Date>2015-02-22</Date>
<Version>3.4.4</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -1,13 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qrencode</Name>
<Summary xml:lang="tr">QR kod sembolüne veri gömmek için bir kitaplık</Summary>
<Description xml:lang="tr">qrencode, cep telefonları gibi mobil cihazlar tarafından kolaylıkla taranabilen, 2 boyutlu bir sembol olan QR kod içerisinde veri gömmek için kullanılan bir kitaplıktır.</Description>
</Source>
<Package>
<Name>qrencode-devel</Name>
<Summary xml:lang="tr">qrencode için geliştirme dosyaları</Summary>
</Package>
</PISI>
-1
View File
@@ -33,7 +33,6 @@
2016-06-10 /programming/language/java/eclipse-ecj/pspec.xml
2016-06-09 /programming/language/java/fastjar/pspec.xml
2016-06-09 /programming/language/java/rhino/pspec.xml
2016-06-09 /programming/misc/qrencode/pspec.xml
2016-06-09 /programming/environment/eric6/pspec.xml
2016-12-13 /system/installer/Calamares/pspec.xml
2016-06-08 /system/installer/calamares-theme-pisilinux/pspec.xml