Files
main/multimedia/graphics/libpcd/pspec.xml
T
4fury-c3440d8 ae2f46967e my new email.
2021-07-23 21:37:33 +03:00

58 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libpcd</Name>
<Homepage>https://www.kraxel.org/blog/linux/libpcd/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>multimedia.graphics</PartOf>
<Summary>libpcd is a tiny library for decoding PhotoCD images.</Summary>
<Description>
libpcd is a tiny library for decoding PhotoCD images. It used to come bundled with xpcd, but I've decided to release it separately so other apps such as fbi and ida can use it too.
</Description>
<Archive sha1sum="df314c260ae6b82fc5c9ba6cc1f59506a1f1ad5b" type="targz">
https://www.kraxel.org/releases/libpcd/libpcd_1.0.1.tar.gz
</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
</Source>
<Package>
<Name>libpcd</Name>
<RuntimeDependencies>
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<Package>
<Name>libpcd-devel</Name>
<RuntimeDependencies>
<Dependency release="current">libpcd</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-12-06</Date>
<Version>1.0.1</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>