wok annotate mirror-tools/stuff/etc/tazwok.conf.mirror @ rev 6021

Fix: scite (added glib-dev to build depends)
author Alexander Medvedev <devl547@gmail.com>
date Sun Aug 15 11:15:54 2010 +0000 (2010-08-15)
parents 14480fcfd246
children
rev   line source
pascal@3933 1 # tazwok.conf: Tazwok configuration file.
pascal@3933 2 #
pascal@3933 3
pascal@3933 4 # Wok directory/tree to find receipts and build packages.
pascal@3933 5 # By default on SliTaz the directory is /home/slitaz/wok.
pascal@3933 6 WOK="/slitaz/home/slitaz/wok"
pascal@3933 7
pascal@3933 8 # The path to the sources tarballs of the binaries packages.
pascal@3933 9 SOURCES_REPOSITORY="/slitaz/home/slitaz/src"
pascal@3933 10
pascal@3933 11 # This path set the binaries packages repository. It's where all
pascal@3933 12 # the gen *.tazpkg will be stored when using gen-repository command.
pascal@3933 13 PACKAGES_REPOSITORY="/var/www/slitaz/mirror/packages/cooking"
pascal@3933 14
pascal@3937 15 # Default build host
pascal@3937 16 BUILD_HOST=i486-pc-linux-gnu
pascal@3937 17
pascal@3937 18 # Default tool prefix
pascal@3937 19 TOOLPREFIX="${BUILD_HOST}-"
pascal@3937 20
pascal@3933 21 # Default arguments for GNU configure.
pascal@3937 22 CONFIGURE_ARGS="--build=$BUILD_HOST --host=$BUILD_HOST"
pascal@3933 23
pascal@3933 24 # Translation files to include in packages, note that you can specifiy
pascal@3933 25 # several locale.
pascal@3933 26 LOCALE="fr"
pascal@3933 27
pascal@3933 28 # Mirrors URLs. To downloads source next from your location.
pascal@3933 29 # GNU mirror :
pascal@3933 30 #
pascal@3937 31 GNU_MIRROR="http://ftpmirror.gnu.org"
pascal@3937 32
pascal@3933 33 # SourceForge mirror :
pascal@3933 34 #
pascal@3937 35 SF_MIRROR="http://prdownloads.sourceforge.net/sourceforge"
pascal@3937 36
pascal@3933 37 # Xorg mirror :
pascal@3933 38 #
pascal@3933 39 XORG_MIRROR="ftp://ftp.solnet.ch/mirror/x.org/pub/individual"
pascal@3937 40
pascal@3937 41 # FSH standards directories with init. Package generation will abort if
pascal@3937 42 # a file is installed in a non-specified path. Note /vz is for OpenVZ.
pascal@3937 43 FSH="bin boot dev etc home init lib media mnt proc root sbin share sys \
pascal@3937 44 tmp usr var vz usr/bin usr/games usr/include usr/lib usr/local usr/sbin \
pascal@3937 45 usr/share usr/src"