Files
core/system/base/libee/pspec.xml
T
2020-12-16 21:24:09 +03:00

91 lines
3.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libee</Name>
<Homepage>http://www.libee.org/</Homepage>
<Packager>
<Name>Marcin Bojara</Name>
<Email>marcin@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>An Event Expression Library inspired by CEE</Summary>
<Description>Libee - An Event Expression Library inspired by CEE</Description>
<Archive sha1sum="06bcd1be5c60e60a1e8d9a5844b3e9edc76b14e3" type="targz">http://ftp.osuosl.org/pub/clfs/conglomeration/libee/libee-0.4.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libestr-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>libee</Name>
<RuntimeDependencies>
<Dependency>libestr</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib/libee.so*</Path>
<Path fileType="doc">/usr/share/doc/libee</Path>
</Files>
</Package>
<Package>
<Name>libee-devel</Name>
<PartOf>system.devel</PartOf>
<Summary>Development files for libestr</Summary>
<RuntimeDependencies>
<Dependency release="current">libee</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libee</Path>
<Path fileType="data">/usr/lib/pkgconfig/libee.pc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2020-12-09</Date>
<Version>0.4.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2019-12-27</Date>
<Version>0.4.1</Version>
<Comment>Rebuild</Comment>
<Name>idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-07-19</Date>
<Version>0.4.1</Version>
<Comment>Rebuild</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-30</Date>
<Version>0.4.1</Version>
<Comment>Rebuild.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="2">
<Date>2016-04-27</Date>
<Version>0.4.1</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-03-08</Date>
<Version>0.4.1</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>