new packages for scrpy: gtest, android-udev, android-tools
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure(sourceDir="..")
|
||||
|
||||
def build():
|
||||
cmaketools.make("-C build")
|
||||
#cmaketools.make("-C build doc")
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>android-tools</Name>
|
||||
<Homepage>https://developer.android.com/studio</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Custom</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Summary xml:lang="en">Android Platform Tools</Summary>
|
||||
<Description xml:lang="en">Android Platform Tools</Description>
|
||||
<Archive type="tarxz" sha1sum="ad93f3bae7c91dc777277a37e79b413b6f9d74a4">https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>golang</Dependency>
|
||||
<Dependency>lz4-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gtest-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>brotli-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>protobuf-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>android-tools</Name>
|
||||
<Summary xml:lang="en">Android Platform Tools</Summary>
|
||||
<Description xml:lang="en">Android Platform Tools</Description>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lz4</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>gtest</Dependency>
|
||||
<Dependency>brotli</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>protobuf</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>libunwind</Dependency>
|
||||
<Dependency>android-udev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>31.03</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
WorkDir="android-udev-rules-%s" % get.srcVERSION()
|
||||
ver = get.srcVERSION()
|
||||
|
||||
def install():
|
||||
shelltools.cd("%s/android-udev-rules-%s" %(get.workDIR(), ver))
|
||||
shelltools.chmod("51-android.rules", 0644)
|
||||
shelltools.chmod("android-udev.conf", 0644)
|
||||
pisitools.insinto("/usr/lib/udev/rules.d/51-android.rules", "51-android.rules")
|
||||
pisitools.insinto("/usr/lib/sysusers.d/android-udev.conf", "android-udev.conf")
|
||||
|
||||
pisitools.dodoc("LICENSE")
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>android-udev</Name>
|
||||
<Homepage>https://github.com/M0Rf30/android-udev-rules</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<Summary>Udev rules to connect Android devices to your linux box</Summary>
|
||||
<Description>Udev rules to connect Android devices to your linux box</Description>
|
||||
<Archive sha1sum="8a8c110ef82b3f56e49340574bba22341c0d060e" type="targz" >https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20220102.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>libmtp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>android-udev</Name>
|
||||
<Summary>Udev rules to connect Android devices to your linux box.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libmtp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/android-udev/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/udev/rules.d/51-android.rules</Path>
|
||||
<Path fileType="library">/usr/lib/sysusers.d/android-udev.conf</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/udev/rules.d/51-android.rules">51-android.rules</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/usr/lib/sysusers.d/android-udev.conf">android-udev.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>20220102</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>android-udev</Name>
|
||||
<Summary xml:lang="tr">Android cihazlarını linux sistemine bağlamak için Udev kuralları</Summary>
|
||||
<Description xml:lang="tr">Android cihazlarını linux sistemine bağlamak için Udev kuralları</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+170
-3
@@ -180008,6 +180008,117 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>android-tools</Name>
|
||||
<Homepage>https://developer.android.com/studio</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>Custom</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Summary xml:lang="en">Android Platform Tools</Summary>
|
||||
<Description xml:lang="en">Android Platform Tools</Description>
|
||||
<Archive type="tarxz" sha1sum="ad93f3bae7c91dc777277a37e79b413b6f9d74a4" name="android-tools-31.0.3p1.tar.xz">https://github.com/nmeum/android-tools/releases/download/31.0.3p1/android-tools-31.0.3p1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>golang</Dependency>
|
||||
<Dependency>lz4-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gtest-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>brotli-devel</Dependency>
|
||||
<Dependency>libusb-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>protobuf-devel</Dependency>
|
||||
<Dependency>libpcre2-devel</Dependency>
|
||||
<Dependency>libunwind-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/misc/android-tools/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>android-tools</Name>
|
||||
<Summary xml:lang="en">Android Platform Tools</Summary>
|
||||
<Description xml:lang="en">Android Platform Tools</Description>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lz4</Dependency>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>gtest</Dependency>
|
||||
<Dependency>brotli</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>libusb</Dependency>
|
||||
<Dependency>libpcre</Dependency>
|
||||
<Dependency>protobuf</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>libunwind</Dependency>
|
||||
<Dependency>android-udev</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>31.03</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>android-udev</Name>
|
||||
<Homepage>https://github.com/M0Rf30/android-udev-rules</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPL3</License>
|
||||
<PartOf>hardware.misc</PartOf>
|
||||
<Summary xml:lang="en">Udev rules to connect Android devices to your linux box</Summary>
|
||||
<Summary xml:lang="tr">Android cihazlarını linux sistemine bağlamak için Udev kuralları</Summary>
|
||||
<Description xml:lang="en">Udev rules to connect Android devices to your linux box</Description>
|
||||
<Description xml:lang="tr">Android cihazlarını linux sistemine bağlamak için Udev kuralları</Description>
|
||||
<Archive type="targz" sha1sum="8a8c110ef82b3f56e49340574bba22341c0d060e" name="20220102.tar.gz">https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20220102.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>libmtp-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>hardware/misc/android-udev/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>android-udev</Name>
|
||||
<Summary xml:lang="en">Udev rules to connect Android devices to your linux box.</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>eudev</Dependency>
|
||||
<Dependency>libmtp</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/android-udev/LICENSE</Path>
|
||||
<Path fileType="library">/usr/lib/udev/rules.d/51-android.rules</Path>
|
||||
<Path fileType="library">/usr/lib/sysusers.d/android-udev.conf</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>20220102</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>dkms</Name>
|
||||
@@ -299203,6 +299314,62 @@ to create header files and sources from protocol files.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtest</Name>
|
||||
<Homepage>http://code.google.com/p/googletest/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.misc</PartOf>
|
||||
<Summary xml:lang="en">GoogleTest - Google Testing and Mocking Framework</Summary>
|
||||
<Summary xml:lang="tr">Google C++ test çatısı</Summary>
|
||||
<Description xml:lang="en">Google's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.</Description>
|
||||
<Description xml:lang="tr">gtest, birçok platformda C++ testleri yazmayı sağlayan bir test çatısıdır.</Description>
|
||||
<Archive type="targz" sha1sum="7b100bb68db8df1060e178c495f3cbe941c9b058" name="release-1.11.0.tar.gz">https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/misc/gtest/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>gtest</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libgtest*</Path>
|
||||
<Path fileType="library">/usr/lib/libgmock*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>gtest-devel</Name>
|
||||
<Summary xml:lang="en">Development files for gtest</Summary>
|
||||
<Summary xml:lang="tr">gtest için geliştirme dosyaları</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">gtest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>1.11.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gtkglext</Name>
|
||||
@@ -342448,7 +342615,7 @@ contacts, tasks, and calendar information.</Summary>
|
||||
<Summary xml:lang="tr">Tool and a library for bi-directional translation between SPIR-V and LLVM IR</Summary>
|
||||
<Description xml:lang="en">Tool and a library for bi-directional translation between SPIR-V and LLVM IR</Description>
|
||||
<Description xml:lang="tr">Tool and a library for bi-directional translation between SPIR-V and LLVM IR</Description>
|
||||
<Archive type="targz" sha1sum="116fa882b6cb9dbe5a991c83e9c9d16b1d565f37" name="v13.0.0.tar.gz">https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v13.0.0.tar.gz</Archive>
|
||||
<Archive type="targz" sha1sum="16b160e6713cdf560398d6b83339cf2179915f8c" name="v14.0.0.tar.gz">https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v14.0.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -342512,8 +342679,8 @@ contacts, tasks, and calendar information.</Summary>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-04-22</Date>
|
||||
<Version>13.0.0</Version>
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>14.0.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
|
||||
@@ -1 +1 @@
|
||||
d8b5769778c06d9e13b1d6b9ff247a928e4e126f
|
||||
fd5d2d3c1dd4651e1c3ff1cddeab85d4875ea014
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cf01731710570e08379962b7e3f4816825859b9d
|
||||
de09d82f35df1fd89a9a2405369ef199e0d6c881
|
||||
@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
|
||||
cmaketools.configure("-DBUILD_SHARED_LIBS=ON -DCMAKE_SKIP_RPATH=ON", sourceDir="..")
|
||||
|
||||
def build():
|
||||
cmaketools.make("-C build")
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
#pisitools.dodoc("LICENSE", "README.md")
|
||||
@@ -0,0 +1,56 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtest</Name>
|
||||
<Homepage>http://code.google.com/p/googletest/</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>BSD</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>GoogleTest - Google Testing and Mocking Framework</Summary>
|
||||
<Description>Google's framework for writing C++ tests on a variety of platforms (GNU/Linux, Mac OS X, Windows, Windows CE, and Symbian). Based on the xUnit architecture. Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.</Description>
|
||||
<Archive sha1sum="7b100bb68db8df1060e178c495f3cbe941c9b058" type="targz">https://github.com/google/googletest/archive/refs/tags/release-1.11.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtest</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/libgtest*</Path>
|
||||
<Path fileType="library">/usr/lib/libgmock*</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>gtest-devel</Name>
|
||||
<Summary>Development files for gtest</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">gtest</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>1.11.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtest</Name>
|
||||
<Summary xml:lang="tr">Google C++ test çatısı</Summary>
|
||||
<Description xml:lang="tr">gtest, birçok platformda C++ testleri yazmayı sağlayan bir test çatısıdır.</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtest-devel</Name>
|
||||
<Summary xml:lang="tr">gtest için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user