1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>meson</Name>
- <Homepage>http://mesonbuild.com/</Homepage>
- <Packager>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>Apache</License>
- <IsA>app:console</IsA>
- <Summary>High productivity build system</Summary>
- <Description>Yüksek verimli üretme sistemi</Description>
- <Archive sha1sum="12d1d0466955da4f9a7ef158a23d4e37d985d667" type="targz">https://github.com/mesonbuild/meson/releases/download/0.44.1/meson-0.44.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-setuptools</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">fix-tests.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>meson</Name>
- <RuntimeDependencies>
- <Dependency>python3</Dependency>
- <Dependency>ninja</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="data">/usr/share</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/vim</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2018-02-22</Date>
- <Version>0.44.1</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2017-12-07</Date>
- <Version>0.43.0</Version>
- <Comment>First release.</Comment>
- <Name>PisiLinux Community</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|