wok-6.x view web-applications/receipt @ rev 17707
Up marlin: edit last patch (again)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Mar 02 11:31:13 2015 -0300 (2015-03-02) |
parents | 2a21689b0af7 |
children | 5b9d478fa271 |
line source
1 # SliTaz package receipt.
3 PACKAGE="web-applications"
4 VERSION="1.5"
5 CATEGORY="network"
6 SHORT_DESC="Set of desktop files for Web applications."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://www.slitaz.org/"
10 HOST_ARCH="any"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a stuff/* $fs/usr/share
17 }