wok-next annotate libtaz/receipt @ rev 8934
Fixed slitaz-i18n locale-pack.functions script.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Mar 01 07:31:02 2011 +0000 (2011-03-01) |
parents | 051b9519756a |
children | 07edd55d4b03 |
rev | line source |
---|---|
gokhlayeh@7998 | 1 # SliTaz package receipt. |
gokhlayeh@7998 | 2 |
gokhlayeh@7998 | 3 PACKAGE="libtaz" |
gokhlayeh@8861 | 4 VERSION="1.0.1" |
gokhlayeh@7998 | 5 CATEGORY="base-system" |
gokhlayeh@7998 | 6 SHORT_DESC="Slitaz generic library." |
gokhlayeh@7998 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
gokhlayeh@7998 | 8 WEB_SITE="http://www.slitaz.org/" |
slaxemulator@8850 | 9 BUILD_DEPENDS="mercurial" |
slaxemulator@8850 | 10 SOURCE="slitaz-dev-tools" |
slaxemulator@8850 | 11 WGET_URL="mercurial|http://hg.slitaz.org/slitaz-dev-tools" |
slaxemulator@8850 | 12 BRANCH="$VERSION" |
slaxemulator@8850 | 13 CONFIG_FILES="/etc/slitaz/slitaz.conf" |
gokhlayeh@7998 | 14 TAGS="slitaz" |
gokhlayeh@7998 | 15 |
gokhlayeh@7998 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@7998 | 17 genpkg_rules() |
gokhlayeh@7998 | 18 { |
gokhlayeh@7998 | 19 mkdir -p $fs/usr/share/slitaz/web \ |
gokhlayeh@7998 | 20 $fs/usr/lib/slitaz $fs/etc/slitaz |
slaxemulator@8850 | 21 cp -a $src/$PACKAGE/libtaz $fs/usr/lib/slitaz |
slaxemulator@8850 | 22 cp -a $src/$PACKAGE/libtaz-modules $fs/usr/lib/slitaz |
slaxemulator@8850 | 23 cp -a $src/$PACKAGE/slitaz.conf $fs/etc/slitaz |
slaxemulator@8850 | 24 cp -a $src/$PACKAGE/web $fs/usr/share/slitaz |
gokhlayeh@7998 | 25 } |