81 lines
3.2 KiB
XML
81 lines
3.2 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>valgrind</Name>
|
|
<Homepage>http://www.valgrind.org</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>GPLv2</License>
|
|
<IsA>app:console</IsA>
|
|
<Summary>Memory access debugger for X86 and PPC Linux platforms</Summary>
|
|
<Description>Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.</Description>
|
|
<Archive sha1sum="15518427de842547ffa84eff8b2b67f3b16581a8" type="tarbz2">http://www.valgrind.org/downloads/valgrind-3.10.1.tar.bz2</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>glibc-devel</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<!--<Patch level="1">valgrind-3.9.0-glibc-2.19.patch</Patch>-->
|
|
<Patch level="1">valgrind-3.9.0-glibc-2.21.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>valgrind</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin</Path>
|
|
<Path fileType="header">/usr/include/valgrind</Path>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="doc">/usr/share/doc/valgrind</Path>
|
|
<Path fileType="man">/usr/share/man</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="6">
|
|
<Date>2015-07-21</Date>
|
|
<Version>3.10.1</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="5">
|
|
<Date>2014-10-31</Date>
|
|
<Version>3.10.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="4">
|
|
<Date>2014-05-20</Date>
|
|
<Version>3.9.0</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="3">
|
|
<Date>2014-02-08</Date>
|
|
<Version>3.9.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Yusuf Aydemir</Name>
|
|
<Email>yusuf.aydemir@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2013-02-19</Date>
|
|
<Version>3.8.1</Version>
|
|
<Comment>Add glibc-2.17 patch.</Comment>
|
|
<Name>Serdar Soytetir</Name>
|
|
<Email>kaptan@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2012-10-24</Date>
|
|
<Version>3.8.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Erdinç Gültekin</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|