create core package

This commit is contained in:
aydemir
2015-02-24 11:18:35 +02:00
parent 0e4b743b82
commit 70b25d0f95
1098 changed files with 169545 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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("--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+62
View File
@@ -0,0 +1,62 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libestr</Name>
<Homepage>http://libestr.adiscon.com</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>Library for some string essentials</Summary>
<Description>libestr - some essentials for string handling (and a bit more)</Description>
<Archive sha1sum="55fb6ad347f987c45d98b422b0436d6ae50d86aa" type="targz">http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz</Archive>
</Source>
<Package>
<Name>libestr</Name>
<Files>
<Path fileType="library">/usr/lib/libestr.so*</Path>
<Path fileType="doc">/usr/share/doc/libestr</Path>
</Files>
</Package>
<Package>
<Name>libestr-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for libestr</Summary>
<RuntimeDependencies>
<Dependency release="current">libestr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libestr.h</Path>
<Path fileType="data">/usr/lib/pkgconfig/libestr.pc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-05-11</Date>
<Version>0.1.9</Version>
<Comment>Release bump.</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-29</Date>
<Version>0.1.9</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-21</Date>
<Version>0.1.4</Version>
<Comment>First release</Comment>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Update>
</History>
</PISI>