Date: Friday, December 18, 2015 @ 23:07:34
  Author: arojas
Revision: 153699

archrelease: copy trunk to community-any

Added:
  tdlib/repos/
  tdlib/repos/community-any/
  tdlib/repos/community-any/PKGBUILD
    (from rev 153698, tdlib/trunk/PKGBUILD)

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

Copied: tdlib/repos/community-any/PKGBUILD (from rev 153698, 
tdlib/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD                                (rev 0)
+++ repos/community-any/PKGBUILD        2015-12-18 22:07:34 UTC (rev 153699)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=tdlib
+pkgver=0.5.0
+pkgrel=1
+pkgdesc="Algorithms for computing tree decompositions of graphs"
+arch=(any)
+url="http://www.tdi.informatik.uni-frankfurt.de/~lukas/tdlib.html";
+license=(GPL2)
+depends=()
+source=("http://www.tdi.informatik.uni-frankfurt.de/~lukas/data/$pkgname-$pkgver.tar.gz";)
+md5sums=('771fd79bd3d98959820a87285a34d9b6')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}

Reply via email to