tazwok annotate examples/tazwok.conf @ rev 22

Support for generic files copy (locale, pixmaps and .desktop)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Feb 02 13:34:06 2008 +0100 (2008-02-02)
parents 16b2b1a5afc9
children 060cb913bde3
rev   line source
pankso@8 1 # tazwok.conf: Tazwok configuration file.
pankso@8 2 #
pankso@8 3
pankso@8 4 # Wok directory/tree to find receipts and build packages.
pankso@8 5 # By default on SliTaz the directory is /home/slitaz/wok.
pankso@8 6 WOK="/home/slitaz/wok"
pankso@8 7
pankso@8 8 # The path to the sources tarballs of the binaries packages.
pankso@8 9 SOURCES_REPOSITORY="/home/slitaz/src"
pankso@8 10
pankso@8 11 # This path set the binaries packages repository. It's where all
pankso@8 12 # the gen *.tazpkg will be stored when using gen-repository command.
pankso@8 13 PACKAGES_REPOSITORY="/home/slitaz/packages"
pankso@8 14
pankso@8 15 # Default arguments for GNU configure.
pankso@8 16 CONFIGURE_ARGS="--build=i486-pc-linux-gnu --host=i486-pc-linux-gnu"
pankso@8 17
pankso@22 18 # Translation files to include in packages, note that you can specifiy
pankso@22 19 # several locale.
pankso@22 20 LOCALE="fr"
pankso@22 21
pankso@8 22 # Mirrors URLs. To downloads source next from your location.
pankso@8 23 # GNU mirror :
pankso@22 24 #
pankso@8 25 GNU_MIRROR="ftp://sunsite.cnlab-switch.ch/mirror/gnu"
pankso@8 26 # SourceForge mirror :
pankso@22 27 #
pankso@8 28 SF_MIRROR="http://switch.dl.sourceforge.net/sourceforge"
pankso@8 29 # Xorg mirror :
pankso@22 30 #
pankso@8 31 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/X11R7.3/src"