[arch-commits] Commit in ding-libs (5 files)

Massimiliano Torromeo mtorromeo at archlinux.org
Thu Aug 14 14:58:56 UTC 2014


    Date: Thursday, August 14, 2014 @ 16:58:55
  Author: mtorromeo
Revision: 117394

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

Added:
  ding-libs/repos/
  ding-libs/repos/community-i686/
  ding-libs/repos/community-i686/PKGBUILD
    (from rev 117393, ding-libs/trunk/PKGBUILD)
  ding-libs/repos/community-x86_64/
  ding-libs/repos/community-x86_64/PKGBUILD
    (from rev 117393, ding-libs/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: ding-libs/repos/community-i686/PKGBUILD (from rev 117393, ding-libs/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-08-14 14:58:55 UTC (rev 117394)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=ding-libs
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="'D is not GLib' utility libraries"
+arch=('i686' 'x86_64')
+url="https://git.fedorahosted.org/git/ding-libs.git"
+license=('GPL3')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
+        "https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz.asc")
+sha256sums=('bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+} 
+
+# vim: ts=2:sw=2:et

Copied: ding-libs/repos/community-x86_64/PKGBUILD (from rev 117393, ding-libs/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-08-14 14:58:55 UTC (rev 117394)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Maintainer: Mantas M. <grawity at gmail.com>
+
+pkgname=ding-libs
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="'D is not GLib' utility libraries"
+arch=('i686' 'x86_64')
+url="https://git.fedorahosted.org/git/ding-libs.git"
+license=('GPL3')
+depends=('glibc')
+makedepends=('doxygen')
+source=("https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz"
+        "https://fedorahosted.org/released/$pkgname/$pkgname-$pkgver.tar.gz.asc")
+sha256sums=('bdeb90b07ceaa9145e6784ce40a71b69a37fffc7373c51fee258ffffd5390457'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+} 
+
+# vim: ts=2:sw=2:et




More information about the arch-commits mailing list