wok annotate poptop-man/receipt @ rev 17814

Add xdg-user-dirs
author Yuri Pourre <yuripourre@gmail.com>
date Sat Mar 21 12:32:51 2015 -0300 (2015-03-21)
parents 129bb5b11a7e
children 5b7188f5cd91
rev   line source
pascal@3763 1 # SliTaz package receipt.
pascal@3763 2
pascal@3763 3 PACKAGE="poptop-man"
pascal@3763 4 VERSION="1.3.4"
pascal@3766 5 CATEGORY="network"
pascal@3763 6 SHORT_DESC="PPTP server man pages."
pascal@3763 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15375 8 LICENSE="GPL2"
pascal@5729 9 WEB_SITE="http://www.poptop.org/"
pascal@3763 10 WANTED="poptop"
pascal@3763 11 SOURCE="pptpd"
pascal@3763 12
pascal@3763 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@3763 14 genpkg_rules()
pascal@3763 15 {
pascal@3763 16 mkdir -p $fs/usr/
pascal@15375 17 cp -a $install/usr/share $fs/usr/
pascal@3763 18 }
pascal@3763 19