Update environment shell snippets for xbps-src>=101.

This commit is contained in:
Juan RP 2014-02-11 11:09:16 +01:00
parent 2d540461e5
commit 16ed344975
22 changed files with 96 additions and 73 deletions

View file

@ -0,0 +1,16 @@
# -*- shell mode -*-
#
# Sets the minimal required xbps versions to build packages.
#
# =========================================================
# DO NOT MODIFY THIS FILE WITHOUT PRIOR WRITTEN PERMISSION!
# =========================================================
#
# xbps-src version.
XBPS_SRC_REQ=100
# XBPS utils version.
XBPS_UTILS_REQ=0.29
# XBPS utils API version.
XBPS_UTILS_API_REQ=20131224

View file

@ -0,0 +1,20 @@
#
# Common variables that can be used by xbps-src.
#
# SITE used for ditfiles mirrors. For use in $distfiles.
SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge"
NONGNU_SITE="http://download.savannah.nongnu.org/releases"
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
XORG_SITE="http://xorg.freedesktop.org/releases/individual"
DEBIAN_SITE="http://ftp.debian.org/debian/pool"
GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources"
KERNEL_SITE="http://www.kernel.org/pub/linux"
#KERNEL_SITE="http://mirror.be.gbxs.net/pub/linux"
CPAN_SITE="http://cpan.perl.org/modules/by-module"
MOZILLA_SITE="http://ftp.mozilla.org/pub/mozilla.org"
GNU_SITE="http://mirrors.kernel.org/gnu"
FREEDESKTOP_SITE="http://freedesktop.org/software"
# Repetitive sub homepage's with no real project page
# ie. some gnome and xorg projects. For use in $homepage.
XORG_HOME="http://xorg.freedesktop.org/wiki/"