From 1fe4ff55f34098d4cf756ab6c6065dabb41bb2a1 Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Thu, 29 Mar 2018 18:23:19 +0000 Subject: testing/cpptest: move to community --- community/cpptest/APKBUILD | 35 +++++++++++++++++++++++++++++++++++ testing/cpptest/APKBUILD | 35 ----------------------------------- 2 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 community/cpptest/APKBUILD delete mode 100644 testing/cpptest/APKBUILD diff --git a/community/cpptest/APKBUILD b/community/cpptest/APKBUILD new file mode 100644 index 0000000000..cfbd709857 --- /dev/null +++ b/community/cpptest/APKBUILD @@ -0,0 +1,35 @@ +# Contributor: Roberto Oliveira +# Maintainer: Roberto Oliveira +pkgname=cpptest +pkgver=1.1.2 +pkgrel=0 +pkgdesc="Portable and powerful unit testing framework for handling automated tests in C++" +url="http://cpptest.sourceforge.net/" +arch="all" +license="LGPL" +subpackages="$pkgname-dev" +source="https://sourceforge.net/projects/cpptest/files/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" + +prepare() { + default_prepare + update_config_guess +} + +build() { + cd "$builddir" + ./configure --prefix=/usr + make +} + +check() { + cd "$builddir" + make check +} + +package() { + cd "$builddir" + make install DESTDIR="$pkgdir" +} + +sha512sums="da1030c69a5886e752b9ae08b65c501334c7d2d4abd2174190209ce11ed351239a615b9f7c5019ee601289523b2c21a1205d2042e59aea6c2882d77d636fc57a cpptest-1.1.2.tar.gz" diff --git a/testing/cpptest/APKBUILD b/testing/cpptest/APKBUILD deleted file mode 100644 index cfbd709857..0000000000 --- a/testing/cpptest/APKBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Contributor: Roberto Oliveira -# Maintainer: Roberto Oliveira -pkgname=cpptest -pkgver=1.1.2 -pkgrel=0 -pkgdesc="Portable and powerful unit testing framework for handling automated tests in C++" -url="http://cpptest.sourceforge.net/" -arch="all" -license="LGPL" -subpackages="$pkgname-dev" -source="https://sourceforge.net/projects/cpptest/files/cpptest/cpptest-1.1.2/cpptest-1.1.2.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - default_prepare - update_config_guess -} - -build() { - cd "$builddir" - ./configure --prefix=/usr - make -} - -check() { - cd "$builddir" - make check -} - -package() { - cd "$builddir" - make install DESTDIR="$pkgdir" -} - -sha512sums="da1030c69a5886e752b9ae08b65c501334c7d2d4abd2174190209ce11ed351239a615b9f7c5019ee601289523b2c21a1205d2042e59aea6c2882d77d636fc57a cpptest-1.1.2.tar.gz" -- cgit v1.2.3