remove package libunistring
This commit is contained in:
@@ -12010,57 +12010,6 @@
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libunistring</Name>
|
||||
<Homepage>http://www.gnu.org/software/libunistring/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<PartOf>system.devel</PartOf>
|
||||
<Summary xml:lang="en">Library for manipulating Unicode strings and C strings</Summary>
|
||||
<Description xml:lang="en">Library for manipulating Unicode strings and C strings</Description>
|
||||
<Archive type="tarxz" sha1sum="7d92687a50fea7702e8052486dfa25ffc361c9f3">https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>system/devel/libunistring/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libunistring</Name>
|
||||
<Summary xml:lang="en">Library for manipulating Unicode strings and C strings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libunistring-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libunistring</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libunistring</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libarchive</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
45c093c7ffa28e88e0f0e64f451583ed90e9a1cf
|
||||
3fdf69a4da88ebe64b94f8f3d7f053efd5020e60
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
5c57494cf54944092655322e105f7313ed2a15e7
|
||||
e643f96538f903259a0eb67dba5db7d07354a080
|
||||
@@ -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 autotools
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
|
||||
def setup():
|
||||
autotools.configure("--prefix=/usr")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README")
|
||||
@@ -1,51 +0,0 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libunistring</Name>
|
||||
<Homepage>http://www.gnu.org/software/libunistring/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL</License>
|
||||
<Summary>Library for manipulating Unicode strings and C strings</Summary>
|
||||
<Description>Library for manipulating Unicode strings and C strings</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="7d92687a50fea7702e8052486dfa25ffc361c9f3" type="tarxz">https://ftp.gnu.org/gnu/libunistring/libunistring-0.9.7.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libunistring</Name>
|
||||
<Summary>Library for manipulating Unicode strings and C strings</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>glibc</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/info</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libunistring-devel</Name>
|
||||
<Summary>Development files for libunistring</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libunistring</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-01-26</Date>
|
||||
<Version>0.9.7</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user