[arch-commits] Commit in (4 files)

Andreas Radke andyrtr at archlinux.org
Sun Mar 1 11:18:21 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:18:21
  Author: andyrtr
Revision: 232229

community2extra: Moving ding-libs from community to extra

Added:
  ding-libs/
  ding-libs/repos/
  ding-libs/trunk/
  ding-libs/trunk/PKGBUILD

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Added: ding-libs/trunk/PKGBUILD
===================================================================
--- ding-libs/trunk/PKGBUILD	                        (rev 0)
+++ ding-libs/trunk/PKGBUILD	2015-03-01 11:18:21 UTC (rev 232229)
@@ -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


Property changes on: ding-libs/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list