123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>libisofs</Name>
- <Homepage>http://libburnia-project.org</Homepage>
- <License>GPLv2</License>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <PartOf>hardware.optical</PartOf>
- <IsA>library</IsA>
- <Summary>A library for creating ISO disc images</Summary>
- <Description>libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs</Description>
- <Archive sha1sum="2f67b2963a6b80bac92a43f01c9fc5528ad0869c" type="targz">http://files.libburnia-project.org/releases/libisofs-1.3.4.tar.gz</Archive>
- </Source>
- <Package>
- <Name>libisofs</Name>
- <Files>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>libisofs-devel</Name>
- <Summary>Development files for libisofs</Summary>
- <RuntimeDependencies>
- <Dependency release="current">libisofs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/Tutorial</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/checksums.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_2_0.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/susp_aaip_isofs_names.txt</Path>
- <Path fileType="doc">/usr/share/doc/libisofs/zisofs_format.txt</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2014-01-31</Date>
- <Version>1.3.4</Version>
- <Comment>Version bump.</Comment>
- <Name>Stefan Gronewold(groni)</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2013-01-15</Date>
- <Version>1.2.6</Version>
- <Comment>First release</Comment>
- <Name>Ertan Güven</Name>
- <Email>ertan@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|