[arch-commits] Commit in cmocka/repos (4 files)
Anatol Pomozov
anatolik at archlinux.org
Thu Feb 19 16:13:05 UTC 2015
Date: Thursday, February 19, 2015 @ 17:13:05
Author: anatolik
Revision: 127988
archrelease: copy trunk to community-i686, community-x86_64
Added:
cmocka/repos/community-i686/PKGBUILD
(from rev 127987, cmocka/trunk/PKGBUILD)
cmocka/repos/community-x86_64/PKGBUILD
(from rev 127987, cmocka/trunk/PKGBUILD)
Deleted:
cmocka/repos/community-i686/PKGBUILD
cmocka/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 62 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-19 16:12:18 UTC (rev 127987)
+++ community-i686/PKGBUILD 2015-02-19 16:13:05 UTC (rev 127988)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glibc)
-makedepends=(cmake)
-source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
-sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
-
-build() {
- rm -rf build; mkdir build
- cd build
- cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
- make
-}
-
-check() {
- cd build
- make test
-}
-
-package() {
- cd build
- make install DESTDIR="$pkgdir"
-}
Copied: cmocka/repos/community-i686/PKGBUILD (from rev 127987, cmocka/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-19 16:13:05 UTC (rev 127988)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.zip)
+sha1sums=('e4bcc4358549ca83ad792ae0d911194c800ab627')
+
+build() {
+ rm -rf build; mkdir build
+ cd build
+ cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+ make
+}
+
+check() {
+ cd build
+ make test
+}
+
+package() {
+ cd build
+ make install DESTDIR="$pkgdir"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-19 16:12:18 UTC (rev 127987)
+++ community-x86_64/PKGBUILD 2015-02-19 16:13:05 UTC (rev 127988)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-
-pkgname=cmocka
-url='http://cmocka.org/'
-pkgver=0.4.1
-pkgrel=1
-pkgdesc='an elegant unit testing framework for C with support for mock objects'
-arch=(i686 x86_64)
-license=(GPL)
-depends=(glibc)
-makedepends=(cmake)
-source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.tar.bz2)
-sha1sums=('215378198f489033d982122e34168d9d225e2f5b')
-
-build() {
- rm -rf build; mkdir build
- cd build
- cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
- make
-}
-
-check() {
- cd build
- make test
-}
-
-package() {
- cd build
- make install DESTDIR="$pkgdir"
-}
Copied: cmocka/repos/community-x86_64/PKGBUILD (from rev 127987, cmocka/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-19 16:13:05 UTC (rev 127988)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+
+pkgname=cmocka
+url='http://cmocka.org/'
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='an elegant unit testing framework for C with support for mock objects'
+arch=(i686 x86_64)
+license=(GPL)
+depends=(glibc)
+makedepends=(cmake)
+source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.zip)
+sha1sums=('e4bcc4358549ca83ad792ae0d911194c800ab627')
+
+build() {
+ rm -rf build; mkdir build
+ cd build
+ cmake ../$pkgname-$pkgver -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DUNIT_TESTING=ON
+ make
+}
+
+check() {
+ cd build
+ make test
+}
+
+package() {
+ cd build
+ make install DESTDIR="$pkgdir"
+}
More information about the arch-commits
mailing list