[arch-commits] Commit in cunit/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed Aug 31 17:27:35 UTC 2016


    Date: Wednesday, August 31, 2016 @ 17:27:35
  Author: spupykin
Revision: 188163

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cunit/repos/community-i686/
  cunit/repos/community-i686/PKGBUILD
    (from rev 188162, cunit/trunk/PKGBUILD)
  cunit/repos/community-x86_64/
  cunit/repos/community-x86_64/PKGBUILD
    (from rev 188162, cunit/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   34 ++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

Copied: cunit/repos/community-i686/PKGBUILD (from rev 188162, cunit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-31 17:27:35 UTC (rev 188163)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel Milde <daniel at milde dot cz>
+# Contributor: Danibspi danibspi <at> gmail <dot> com
+
+pkgname=cunit
+pkgver=2.1_3
+pkgrel=1
+pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
+arch=(i686 x86_64)
+url="http://cunit.sourceforge.net/"
+license=('LGPL2')
+depends=('glibc')
+options=('!libtool')
+source=(https://downloads.sourceforge.net/project/cunit/CUnit/${pkgver/_/-}/CUnit-${pkgver/_/-}.tar.bz2)
+sha256sums=('f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214')
+
+build() {
+  cd "$srcdir/CUnit-${pkgver/_/-}"
+  libtoolize --force
+  aclocal
+  autoheader
+  automake --force-missing --add-missing
+  autoconf
+  ./configure --prefix=/usr
+  make || return 1
+}
+
+package() {
+  cd "$srcdir/CUnit-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc
+}
+
+
+

Copied: cunit/repos/community-x86_64/PKGBUILD (from rev 188162, cunit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-31 17:27:35 UTC (rev 188163)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel Milde <daniel at milde dot cz>
+# Contributor: Danibspi danibspi <at> gmail <dot> com
+
+pkgname=cunit
+pkgver=2.1_3
+pkgrel=1
+pkgdesc="Lightweight system for writing, administering, and running unit tests in C"
+arch=(i686 x86_64)
+url="http://cunit.sourceforge.net/"
+license=('LGPL2')
+depends=('glibc')
+options=('!libtool')
+source=(https://downloads.sourceforge.net/project/cunit/CUnit/${pkgver/_/-}/CUnit-${pkgver/_/-}.tar.bz2)
+sha256sums=('f5b29137f845bb08b77ec60584fdb728b4e58f1023e6f249a464efa49a40f214')
+
+build() {
+  cd "$srcdir/CUnit-${pkgver/_/-}"
+  libtoolize --force
+  aclocal
+  autoheader
+  automake --force-missing --add-missing
+  autoconf
+  ./configure --prefix=/usr
+  make || return 1
+}
+
+package() {
+  cd "$srcdir/CUnit-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install
+  mv $pkgdir/usr/doc $pkgdir/usr/share/doc
+}
+
+
+



More information about the arch-commits mailing list