equal
deleted
inserted
replaced
|
1 From 122ec78ff400fa04aba662b17bf5ff73366beaec Mon Sep 17 00:00:00 2001 |
|
2 From: Tomas Zeman <tzeman@volny.cz> |
|
3 Date: Tue, 25 Sep 2007 22:49:46 +0200 |
|
4 Subject: [PATCH] vpnc-0.5.1-1-i686 |
|
5 * added |
|
6 |
|
7 --- |
|
8 source/network-extra/vpnc/FrugalBuild | 24 ++++++++++++++++++++++++ |
|
9 1 files changed, 24 insertions(+), 0 deletions(-) |
|
10 create mode 100644 source/network-extra/vpnc/FrugalBuild |
|
11 |
|
12 diff --git a/source/network-extra/vpnc/FrugalBuild b/source/network-extra/vpnc/FrugalBuild |
|
13 new file mode 100644 |
|
14 index 0000000..833169a |
|
15 --- /dev/null |
|
16 +++ b/source/network-extra/vpnc/FrugalBuild |
|
17 @@ -0,0 +1,24 @@ |
|
18 +# Compiling Time: 0 SBU |
|
19 +# Contributor: Tomas Zeman <tzeman@volny.cz> |
|
20 +# Maintainer: Tomas Zeman <tzeman@volny.cz> |
|
21 + |
|
22 +pkgname=vpnc |
|
23 +pkgver=0.5.1 |
|
24 +pkgrel=1 |
|
25 +pkgdesc="vpnc - client for cisco vpn concentrator" |
|
26 +url="http://www.unix-ag.uni-kl.de/~massar/vpnc" |
|
27 +groups=('network-extra') |
|
28 +archs=('i686') |
|
29 +depends=('libgcrypt') |
|
30 +backup=('etc/vpnc/default.conf') |
|
31 +source=($url/$pkgname-$pkgver.tar.gz) |
|
32 +up2date="lynx -dump $url|grep 'vpnc-.*tar.gz'|head -1|sed 's/.*-\(.*\).t.*/\1/'" |
|
33 +sha1sums=('efc71dba03aa40945af35e4b074d99f922ff7ffd') |
|
34 + |
|
35 +build() { |
|
36 + Fmake PREFIX=/usr |
|
37 + Fmakeinstall PREFIX=/usr |
|
38 +} |
|
39 + |
|
40 + |
|
41 +# optimization OK |
|
42 -- |
|
43 1.5.3.4 |
|
44 |