Advertisement
Guest User

openvpn-easy-rsa 2.1.3

a guest
Sep 4th, 2010
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. pkgname=openvpn-easy-rsa
  2. pkgver=2.1.3
  3. pkgrel=1
  4. pkgdesc="A small RSA key management package that comes with OpenVPN"
  5. url="http://openvpn.net/"
  6. license="GPL"
  7. depends=(bash openssl)
  8. makedepends=()
  9. conflicts=()
  10. replaces=()
  11. backup=()
  12. install=
  13. arch=(i686 x86_64)
  14. source=(http://openvpn.net/release/openvpn-2.1.3.tar.gz)
  15. md5sums=('7486d3e270ba4b033e311d3e022a0ad7')
  16.  
  17. build() {
  18. cd $startdir/src/openvpn-2.1.3/easy-rsa
  19. mkdir -p $startdir/pkg/usr/share/doc/openvpn/examples/easy-rsa
  20. cp -a 2.0/* $startdir/pkg/usr/share/doc/openvpn/examples/easy-rsa
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement