guilt.patch
author Tomas Zeman <tzeman@volny.cz>
Thu, 13 Mar 2008 11:23:56 +0100
changeset 5 c45b4db07cad
parent 4 0fe3679963b3
child 14 84a303cc80f3
permissions -rw-r--r--
guilt: added xmlto to makedepends

guilt-0.28

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