guilt.patch
author Tomas Zeman <tzeman@volny.cz>
Sat, 02 Feb 2008 23:07:30 +0100
changeset 4 0fe3679963b3
child 5 c45b4db07cad
permissions -rw-r--r--
guilt-0.28: *added

guilt-0.28

diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild
new file mode 100644
index 0000000..478578f
--- /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')
+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
+}