guilt.patch
changeset 4 0fe3679963b3
child 5 c45b4db07cad
equal deleted inserted replaced
3:da28045aa533 4:0fe3679963b3
       
     1 guilt-0.28
       
     2 
       
     3 diff --git a/source/custom/guilt/FrugalBuild b/source/custom/guilt/FrugalBuild
       
     4 new file mode 100644
       
     5 index 0000000..478578f
       
     6 --- /dev/null
       
     7 +++ b/source/custom/guilt/FrugalBuild
       
     8 @@ -0,0 +1,20 @@
       
     9 +# Maintainer: <tzeman@volny.cz>
       
    10 +
       
    11 +pkgname=guilt
       
    12 +pkgver=0.28
       
    13 +pkgrel=1
       
    14 +pkgdesc="A Quilt-like interface on top of Git"
       
    15 +url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
       
    16 +depends=('git')
       
    17 +makedepends=('asciidoc')
       
    18 +groups=('custom')
       
    19 +archs=('i686' 'x86_64')
       
    20 +up2date="lynx -dump $url|Flasttar"
       
    21 +source=($url/$pkgname-$pkgver.tar.gz)
       
    22 +sha1sums=('c8101fc990f64465d6428f4296801d221b1c6db8')
       
    23 +
       
    24 +build() {
       
    25 +	Fcd
       
    26 +	Fmake
       
    27 +	make install install-doc PREFIX=$Fdestdir/usr || Fdie
       
    28 +}