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