wok-6.x view poptop-man/receipt @ rev 16998
pcmanfm: fix tazpkg icon and "terminal is not set" in pcmanfm, delete dbus-launch with overwrite /home/*/.xinitrc
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Mon Aug 11 01:56:38 2014 +0200 (2014-08-11) |
parents | 129bb5b11a7e |
children | 5b7188f5cd91 |
line source
1 # SliTaz package receipt.
3 PACKAGE="poptop-man"
4 VERSION="1.3.4"
5 CATEGORY="network"
6 SHORT_DESC="PPTP server man pages."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.poptop.org/"
10 WANTED="poptop"
11 SOURCE="pptpd"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/
17 cp -a $install/usr/share $fs/usr/
18 }