guilt.patch
changeset 123 1616a6f8958b
parent 83 2c303256044a
equal deleted inserted replaced
122:276610bbaf9d 123:1616a6f8958b
     1 guilt
     1 guilt
     2 
     2 
     3 diff -r 306bb4da6e58 source/custom/guilt/FrugalBuild
     3 diff -r 1e0d2f1bac2e source/custom/guilt/FrugalBuild
     4 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5 +++ b/source/custom/guilt/FrugalBuild	Wed Feb 15 14:42:26 2012 +0100
     5 +++ b/source/custom/guilt/FrugalBuild	Wed Feb 15 15:37:27 2012 +0100
     6 @@ -0,0 +1,20 @@
     6 @@ -0,0 +1,20 @@
     7 +# Maintainer: <tzeman@volny.cz>
     7 +# Maintainer: <tzeman@volny.cz>
     8 +
     8 +
     9 +pkgname=guilt
     9 +pkgname=guilt
    10 +pkgver=0.31.2
    10 +pkgver=0.32.1
    11 +pkgrel=2
    11 +pkgrel=2
    12 +pkgdesc="A Quilt-like interface on top of Git"
    12 +pkgdesc="A Quilt-like interface on top of Git"
    13 +url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
    13 +url="http://www.kernel.org/pub/linux/kernel/people/jsipek/guilt/"
    14 +depends=('git')
    14 +depends=('git')
    15 +makedepends=('asciidoc' 'xmlto')
    15 +makedepends=('asciidoc' 'xmlto')
    16 +groups=('custom')
    16 +groups=('custom')
    17 +archs=('i686' 'x86_64')
    17 +archs=('i686' 'x86_64')
    18 +up2date="lynx -dump $url|Flasttar"
    18 +up2date="lynx -dump $url|Flasttar"
    19 +source=($url/$pkgname-$pkgver.tar.gz)
    19 +source=($url/$pkgname-$pkgver.tar.gz)
    20 +sha1sums=('b19f0a32c80e895dbb938fff1cb4520291eb52b5')
    20 +sha1sums=('d5d6b995100b239ca49d47fc4d40eb5a5c39ef73')
    21 +
    21 +
    22 +build() {
    22 +build() {
    23 +	Fcd
    23 +	Fcd
    24 +	Fmake
    24 +	Fmake
    25 +	make install install-doc PREFIX=$Fdestdir/usr || Fdie
    25 +	make install install-doc PREFIX=$Fdestdir/usr || Fdie