wok-current rev 16351
ARM: add slitaz-arm-codex (0.1)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 03:31:47 2014 +0200 (2014-04-13) |
parents | 4c135e0fe1b8 |
children | 11ee76fccf79 |
files | slitaz-arm-codex/receipt slitaz-arm-codex/stuff/slitaz-arm-codex.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/slitaz-arm-codex/receipt Sun Apr 13 03:31:47 2014 +0200 1.3 @@ -0,0 +1,23 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="slitaz-arm-codex" 1.7 +VERSION="0.1" 1.8 +CATEGORY="documentation" 1.9 +SHORT_DESC="Static HTML5 SliTaz ARM Codex." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +WEB_SITE="http://arm.slitaz.org/codex" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +WGET_URL="http://hg.slitaz.org/slitaz-forge/archive/tip.tar.bz2" 1.15 +HOST_ARCH="arm" 1.16 + 1.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.18 +genpkg_rules() 1.19 +{ 1.20 + doc="${fs}/usr/share/doc/slitaz-arm/codex" 1.21 + mkdir -p ${doc}/images 1.22 + cp ${src}/arm/codex/*.html ${doc} 1.23 + cp ${src}/arm/style.css ${doc} 1.24 + cp ${src}/arm/images/logo.png ${doc}/images 1.25 + cp ${src}/arm/images/raspberrypi.png ${doc}/images 1.26 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/slitaz-arm-codex/stuff/slitaz-arm-codex.desktop Sun Apr 13 03:31:47 2014 +0200 2.3 @@ -0,0 +1,6 @@ 2.4 +[Desktop Entry] 2.5 +Type=Application 2.6 +Name=SliTaz ARM Codex 2.7 +Exec=browser file:///usr/share/doc/slitaz-arm/codex/index.html 2.8 +Icon=slitaz-doc 2.9 +Categories=Documentation;