Added NONGNU_SITE var for use in $distfiles.

--HG--
extra : convert_revision : d416f7e0717a3a23da15741fae6f45c039e89f98
This commit is contained in:
Juan RP 2009-03-23 06:26:04 +01:00
parent d59879890b
commit 37f094b95a
3 changed files with 3 additions and 4 deletions

View file

@ -3,5 +3,6 @@
#
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"

View file

@ -2,8 +2,7 @@
pkgname=freetype
sourcepkg=$pkgname
version=2.3.9
distfiles="
http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.bz2"
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Font rendering engine and library API"
maintainer="Juan RP <xtraeme@gmail.com>"

View file

@ -1,8 +1,7 @@
# Template file for 'man-db'
pkgname=man-db
version=2.5.4
distfiles="
http://download.savannah.gnu.org/releases/man-db/$pkgname-$version.tar.gz"
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix