guilt.patch
author Tomas Zeman <tzeman@volny.cz>
Wed, 15 Feb 2012 14:42:47 +0100
changeset 83 2c303256044a
parent 44 b45bbb10d8f2
child 123 1616a6f8958b
permissions -rw-r--r--
guilt.patch: folded w/ upgrade-0.9-guilt.patch

guilt

diff -r 306bb4da6e58 source/custom/guilt/FrugalBuild
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/source/custom/guilt/FrugalBuild	Wed Feb 15 14:42:26 2012 +0100
@@ -0,0 +1,20 @@
+# Maintainer: <tzeman@volny.cz>
+
+pkgname=guilt
+pkgver=0.31.2
+pkgrel=2
+pkgdesc="A Quilt-like interface on top of Git"
+url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
+depends=('git')
+makedepends=('asciidoc' 'xmlto')
+groups=('custom')
+archs=('i686' 'x86_64')
+up2date="lynx -dump $url|Flasttar"
+source=($url/$pkgname-$pkgver.tar.gz)
+sha1sums=('b19f0a32c80e895dbb938fff1cb4520291eb52b5')
+
+build() {
+	Fcd
+	Fmake
+	make install install-doc PREFIX=$Fdestdir/usr || Fdie
+}