guilt.patch
author Tomas Zeman <tzeman@volny.cz>
Thu, 29 May 2008 16:01:24 +0200
changeset 25 7010e267c646
parent 14 84a303cc80f3
child 44 b45bbb10d8f2
permissions -rw-r--r--
diet-runit: 1.8.0 -> 1.9.0

guilt-0.28

diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild
new file mode 100644
index 0000000..1778ba0
--- /dev/null
+++ b/source/custom/guilt/FrugalBuild
@@ -0,0 +1,20 @@
+# Maintainer: <tzeman@volny.cz>
+
+pkgname=guilt
+pkgver=0.30
+pkgrel=1
+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=('8526ba777a784f89d5892ce3009260207313a1fc')
+
+build() {
+	Fcd
+	Fmake
+	make install install-doc PREFIX=$Fdestdir/usr || Fdie
+}