add lsdvd

This commit is contained in:
groni
2016-01-26 18:08:45 +01:00
parent a1c7682db4
commit 88cecd27a9
9 changed files with 187 additions and 2 deletions
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lsdvd</Name>
<Homepage>http://untrepid.com/lsdvd</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Small application for listing the contents of DVDs</Summary>
<Description>lsdvd is a small application which lists the contents of DVDs to your terminal.</Description>
<Archive sha1sum="aa44b8c33c66df2a131e469988ced2b11ebf9aab" type="targz">mirrors://sourceforge/lsdvd/lsdvd-0.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>libdvdread-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">lsdvd-0.16-types.patch</Patch>-->
<!--<Patch level="1">lsdvd-0.16-strip-trailing-spaces.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>lsdvd</Name>
<RuntimeDependencies>
<Dependency>libdvdread</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2016-01-26</Date>
<Version>0.17</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-03-09</Date>
<Version>0.16</Version>
<Comment>Rebuild.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
<Update release="1">
<Date>2009-12-25</Date>
<Version>0.16</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>