wok-current annotate openvpn-down-root/receipt @ rev 18472
ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Oct 05 01:10:26 2015 +0300 (2015-10-05) |
parents | cc6e05d2cb9a |
children | c5ff983a04cf |
rev | line source |
---|---|
pascal@15790 | 1 # SliTaz package receipt. |
pascal@15790 | 2 |
pascal@15790 | 3 PACKAGE="openvpn-down-root" |
mojo@17535 | 4 VERSION="2.3.6" |
pascal@15790 | 5 CATEGORY="network" |
pankso@16381 | 6 SHORT_DESC="The down-root plugin for OpenVPN." |
pascal@15790 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15790 | 8 LICENSE="GPL2" |
pascal@15790 | 9 WEB_SITE="http://openvpn.net/" |
pascal@15790 | 10 WANTED="openvpn" |
pascal@15790 | 11 TAGS="vpn tunnel" |
pankso@16381 | 12 HOST_ARCH="i486 arm" |
pascal@15790 | 13 |
pascal@15790 | 14 DEPENDS="openvpn" |
pascal@15790 | 15 |
pascal@15790 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@15790 | 17 genpkg_rules() |
pascal@15790 | 18 { |
pascal@15790 | 19 mkdir -p $fs/usr/share/openvpn |
pascal@15791 | 20 cp -a $src/src/plugins/down-root/.libs/openvpn-plugin-down-root.so \ |
pascal@15790 | 21 $fs/usr/share/openvpn |
pascal@15790 | 22 } |