Added NONGNU_SITE var for use in $distfiles.
--HG-- extra : convert_revision : d416f7e0717a3a23da15741fae6f45c039e89f98
This commit is contained in:
parent
d59879890b
commit
37f094b95a
|
@ -3,5 +3,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge"
|
SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge"
|
||||||
|
NONGNU_SITE="http://download.savannah.nongnu.org/releases"
|
||||||
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
|
UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool"
|
||||||
XORG_SITE="http://xorg.freedesktop.org/releases/individual"
|
XORG_SITE="http://xorg.freedesktop.org/releases/individual"
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
pkgname=freetype
|
pkgname=freetype
|
||||||
sourcepkg=$pkgname
|
sourcepkg=$pkgname
|
||||||
version=2.3.9
|
version=2.3.9
|
||||||
distfiles="
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$version.tar.bz2"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Font rendering engine and library API"
|
short_desc="Font rendering engine and library API"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'man-db'
|
# Template file for 'man-db'
|
||||||
pkgname=man-db
|
pkgname=man-db
|
||||||
version=2.5.4
|
version=2.5.4
|
||||||
distfiles="
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||||
http://download.savannah.gnu.org/releases/man-db/$pkgname-$version.tar.gz"
|
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
configure_args="--with-db=gdbm --with-pager=less --with-gzip=/usr/bin/gzip
|
||||||
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
--with-bzip2=/usr/bin/bzip2 --disable-rpath --enable-threads=posix
|
||||||
|
|
Loading…
Reference in New Issue