Date: Friday, December 18, 2015 @ 23:06:49 Author: arojas Revision: 153698
Add tdlib, new sagemath dependency Added: tdlib/ tdlib/trunk/ tdlib/trunk/PKGBUILD ----------+ PKGBUILD | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) Added: tdlib/trunk/PKGBUILD =================================================================== --- tdlib/trunk/PKGBUILD (rev 0) +++ tdlib/trunk/PKGBUILD 2015-12-18 22:06:49 UTC (rev 153698) @@ -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" +} Property changes on: tdlib/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property