Major changes to support multiple distfiles in templates.
Each template now needs to use $distfiles that accepts the full URL to download the distfile and old $extract_sufx is now merged on it, but this must be separated by the '@' character. Example: distfiles="http://www.foo.org/blah-6.2@.tar.gz http://www.foo.org/blob-1.0@.tar.bz2" If distfiles contains multiple files defined, $wrksrc is now mandatory. --HG-- extra : convert_revision : 1c3fa35f148af8323ce3cbcf5732104960de6bc4
This commit is contained in:
parent
cdf77cd1ad
commit
b52d064544
168 changed files with 508 additions and 466 deletions
|
@ -1,10 +1,20 @@
|
|||
#
|
||||
# This helper is used in templates using extract_sufx=".zip".
|
||||
# This checks if unzip is installed and installs it if it's not
|
||||
# and sets the unzip_cmd/extract_cmd variables appropiately.
|
||||
# This checks if unzip is installed and installs it if it's not.
|
||||
#
|
||||
# If unzip is already installed just return immediately.
|
||||
|
||||
extract_unzip()
|
||||
{
|
||||
local file="$1"
|
||||
local dest="$2"
|
||||
|
||||
[ ! -f $file ] && exit 1
|
||||
|
||||
$XBPS_MASTERDIR/bin/unzip -q -x $file -d $dest
|
||||
return $?
|
||||
}
|
||||
|
||||
if [ ! -x "$XBPS_MASTERDIR/bin/unzip" ]; then
|
||||
unzip_version="5.52"
|
||||
|
||||
|
@ -13,7 +23,7 @@ if [ ! -x "$XBPS_MASTERDIR/bin/unzip" ]; then
|
|||
|
||||
check_installed_pkg unzip $unzip_version
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "=> \`\`$pkg´´ package requires unzip for extraction."
|
||||
echo "=> \`\`$save_pkgname´´ package requires unzip for extraction."
|
||||
#
|
||||
# Install dependencies required by unzip.
|
||||
#
|
||||
|
@ -32,6 +42,3 @@ if [ ! -x "$XBPS_MASTERDIR/bin/unzip" ]; then
|
|||
unset save_pkgname
|
||||
unset unzip_version
|
||||
fi
|
||||
|
||||
unzip_cmd=$XBPS_MASTERDIR/bin/unzip
|
||||
extract_cmd="$unzip_cmd -x $dfile -d $XBPS_BUILDDIR"
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
pkgname=MesaLib
|
||||
version=7.2
|
||||
patch_files="$pkgname-fix-dri-build.diff"
|
||||
wrksrc=Mesa-$version
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://kent.dl.sourceforge.net/sourceforge/mesa3d
|
||||
wrksrc="Mesa-$version"
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/mesa3d/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_build_args="MKDEP=mkdep"
|
||||
configure_args="--with-expat=$XBPS_MASTERDIR"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'atk'.
|
||||
pkgname=atk
|
||||
version=1.24.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnome.org/pub/GNOME/sources/atk/1.24
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="atk.pc"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'autoconf'.
|
||||
pkgname=autoconf
|
||||
version=2.63
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://ftp.gnu.org/gnu/autoconf
|
||||
distfiles="http://ftp.gnu.org/gnu/autoconf/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Generates automatic source code configuration scripts"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'automake'.
|
||||
pkgname=automake
|
||||
version=1.10.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnu.org/gnu/automake
|
||||
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU Standards-compliant Makefile generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'babl'.
|
||||
pkgname=babl
|
||||
version=0.0.22
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://ftp.gtk.org/pub/babl/0.0
|
||||
distfiles="ftp://ftp.gtk.org/pub/babl/0.0/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="babl.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'bdftopcf'.
|
||||
pkgname=bdftopcf
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/app
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="BDF to PCF font converter for X11"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'bigreqsproto'
|
||||
pkgname=bigreqsproto
|
||||
version=1.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="bigreqsproto.pc"
|
||||
short_desc="BigReqs extension headers from modular Xorg X11"
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=cairo
|
||||
version=1.7.6
|
||||
patch_files="$pkgname-doc-public-Makefile-in.diff"
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://cairographics.org/snapshots
|
||||
distfiles="http://cairographics.org/snapshots/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
configure_args="--enable-glitz --enable-pdf --enable-ps"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'compositeproto'.
|
||||
pkgname=compositeproto
|
||||
version=0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="compositeproto.pc"
|
||||
short_desc="Composite extension headers from modular X.org"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=7.19.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://curl.haxx.se/download/
|
||||
distfiles="http://curl.haxx.se/download/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-ldaps"
|
||||
pkgconfig_override="libcurl.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'damageproto'.
|
||||
pkgname=damageproto
|
||||
version=1.1.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="damageproto.pc"
|
||||
short_desc="Damage extension headers from modular X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'dmxproto'.
|
||||
pkgname=dmxproto
|
||||
version=2.2.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="dmxproto.pc"
|
||||
short_desc="Distributed Multi-headed X protocol headers from modular X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'encodings'.
|
||||
pkgname=encodings
|
||||
version=1.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="X11 Font Index Generator"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'epdfview'.
|
||||
pkgname=epdfview
|
||||
version=0.1.6
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://trac.emma-soft.com/epdfview/chrome/site/releases
|
||||
distfiles="
|
||||
http://trac.emma-soft.com/epdfview/chrome/site/releases/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
ignore_files="charset.alias"
|
||||
short_desc="Lightweight PDF viewer using Poppler and GTK+"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'evieext'.
|
||||
pkgname=evieext
|
||||
version=1.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="evieproto.pc"
|
||||
short_desc="EvIE extension headers"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'expat'
|
||||
pkgname=expat
|
||||
version=2.0.1
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://kent.dl.sourceforge.net/sourceforge/expat
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/expat/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="XML parser library written in C"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -3,9 +3,8 @@ pkgname=firefox
|
|||
version=3.0.3
|
||||
wrksrc=mozilla
|
||||
patch_files="$pkgname-fix-build.diff"
|
||||
distfiles="$pkgname-$version-source$extract_sufx"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source
|
||||
distfiles="
|
||||
http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source/$pkgname-$version-source@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-default-toolkit=cairo-gtk2 --disable-dbus
|
||||
--disable-crashreporter --enable-xft --with-pthreads --enable-xinerama
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'fixesproto'.
|
||||
pkgname=fixesproto
|
||||
version=4.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="fixesproto.pc"
|
||||
short_desc="Fixes extension headers from X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-adobe-100dpi'.
|
||||
pkgname=font-adobe-100dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 100dpi Adobe PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-adobe-75dpi'.
|
||||
pkgname=font-adobe-75dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 75pi Adobe PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-adobe-utopia-100dpi'.
|
||||
pkgname=font-adobe-utopia-100dpi
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="100dpi Adobe Utopia PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-adobe-utopia-75dpi'.
|
||||
pkgname=font-adobe-utopia-75dpi
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="100dpi Adobe Utopia PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-adobe-utopia-type1'.
|
||||
pkgname=font-adobe-utopia-type1
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Adobe Utopia Type1 fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-alias'.
|
||||
pkgname=font-alias
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Standard aliases for X11 PCF fonts"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-100dpi'.
|
||||
pkgname=font-bh-100dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 100dpi Bigelow & Holmes PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-75dpi'.
|
||||
pkgname=font-bh-75dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 75dpi Bigelow & Holmes PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-lucidatypewriter-100dpi'.
|
||||
pkgname=font-bh-lucidatypewriter-100dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="100dpi Bigelow & Holmes Lucida Typewriter PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-lucidatypewriter-75dpi'.
|
||||
pkgname=font-bh-lucidatypewriter-75dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="75dpi Bigelow & Holmes Lucida Typewriter PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-ttf'.
|
||||
pkgname=font-bh-ttf
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard Bigelow & Holmes TrueType fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bh-type1'.
|
||||
pkgname=font-bh-type1
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard Bigelow & Holmes Type1 fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bitstream-100dpi'.
|
||||
pkgname=font-bitstream-100dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 100dpi Bitstream PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bitstream-75dpi'.
|
||||
pkgname=font-bitstream-75dpi
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard 100dpi Bitstream PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bitstream-speedo'.
|
||||
pkgname=font-bitstream-speedo
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard Speedo Bitstream PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-bitstream-type1'.
|
||||
pkgname=font-bitstream-type1
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard Type1 Bitstream PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-cursor-misc'.
|
||||
pkgname=font-cursor-misc
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Standard X11 cursors in PCF format"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-misc-misc'.
|
||||
pkgname=font-misc-misc
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard X11 \"fixed\" PCF fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'font-util'.
|
||||
pkgname=font-util
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/font
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Tools for truncating and subseting of ISO10646-1 BDF fonts"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'fontcacheproto'.
|
||||
pkgname=fontcacheproto
|
||||
version=0.1.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="fontcacheproto.pc"
|
||||
short_desc="Fontcache extension headers from X.org"
|
||||
|
|
|
@ -2,8 +2,7 @@
|
|||
pkgname=fontconfig
|
||||
version=2.6.0
|
||||
patch_files="$pkgname-Makefile-fc-cache.diff"
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://www.fontconfig.org/release
|
||||
distfiles="http://www.fontconfig.org/release/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-add-fonts=$XBPS_MASTERDIR/lib/X11/fonts
|
||||
--enable-docs --with-default-fonts=$XBPS_MASTERDIR/lib/X11/fonts"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'fontsproto'.
|
||||
pkgname=fontsproto
|
||||
version=2.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="fontsproto.pc"
|
||||
short_desc="Fonts extension headers from X.org"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=freeglut
|
||||
version=2.4.0
|
||||
patch_files="$pkgname-src-Makefile-in.diff"
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://surfnet.dl.sourceforge.net/sourceforge/freeglut
|
||||
distfiles="
|
||||
http://surfnet.dl.sourceforge.net/sourceforge/freeglut/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-warnings"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'freetype2'.
|
||||
pkgname=freetype2
|
||||
version=2.3.7
|
||||
extract_sufx=".tar.bz2"
|
||||
distfiles="freetype-$version"
|
||||
url=http://download.savannah.gnu.org/releases/freetype
|
||||
wrksrc="freetype-$version"
|
||||
distfiles="
|
||||
http://download.savannah.gnu.org/releases/freetype/freetype-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
configure_env="GNUMAKE=$make_cmd"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'gegl'.
|
||||
pkgname=gegl
|
||||
version=0.0.20
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://ftp.gimp.org/pub/gegl/0.0
|
||||
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="gegl.pc"
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
pkgname=gettext-runtime
|
||||
version=0.17
|
||||
patch_files="$pkgname-fix-build.diff"
|
||||
distfiles="gettext-$version"
|
||||
wrksrc="gettext-$version/gettext-runtime"
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://ftp.gnu.org/pub/gnu/gettext
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/gettext/gettext-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-libasprintf"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
pkgname=gettext-tools
|
||||
version=0.17
|
||||
patch_files="$pkgname-fix-install.diff"
|
||||
distfiles="gettext-$version"
|
||||
wrksrc="gettext-$version/gettext-tools"
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://ftp.gnu.org/pub/gnu/gettext
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/gettext/gettext-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-libasprintf --without-emacs --disable-java
|
||||
--disable-native-java --enable-threads=posix --disable-openmp
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'gimp'.
|
||||
pkgname=gimp
|
||||
version=2.6.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://sunsite.rediris.es/mirror/gimp/v2.6
|
||||
distfiles="
|
||||
http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-python"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=git
|
||||
version=1.6.0.2
|
||||
patch_files="$pkgname-fix-install.diff"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://www.kernel.org/pub/software/scm/git
|
||||
distfiles="
|
||||
http://www.kernel.org/pub/software/scm/git/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="CURLDIR=$XBPS_MASTERDIR"
|
||||
configure_args="--with-shell=/bin/sh --with-perl=$XBPS_MASTERDIR/bin/perl
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=gkrellm
|
||||
version=2.3.2
|
||||
patch_files="$pkgname-fix-sensors.diff"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://members.dslextreme.com/users/billw/gkrellm
|
||||
distfiles="
|
||||
http://members.dslextreme.com/users/billw/gkrellm/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
make_build_target="netbsd2"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'glib'
|
||||
pkgname=glib
|
||||
version=2.18.1
|
||||
extract_sufx=".tar.bz2"
|
||||
patch_files="$pkgname-fix-statfs-netbsd.diff"
|
||||
url=http://ftp.gnome.org/pub/gnome/sources/glib/2.18
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version@.tar.bz2"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
# Disable FAM for now and use the installed pcre package instead
|
||||
# of the supplied one.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'glitz'.
|
||||
pkgname=glitz
|
||||
version=0.5.6
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://cairographics.org/snapshots
|
||||
distfiles="
|
||||
http://cairographics.org/snapshots/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-x"
|
||||
pkgconfig_override="glitz.pc glitz-glx.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'glproto'.
|
||||
pkgname=glproto
|
||||
version=1.4.9
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="glproto.pc"
|
||||
short_desc="GL extension headers"
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
pkgname=gmake
|
||||
version=3.81
|
||||
wrksrc="make-$version"
|
||||
extract_sufx=".tar.bz2"
|
||||
distfiles="make-$version"
|
||||
url=http://ftp.gnu.org/pub/gnu/make
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/make/make-$version@.tar.bz2"
|
||||
configure_args="--program-prefix=g"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU make system"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=gtk+
|
||||
version=2.14.3
|
||||
patch_files="$pkgname-tests-Makefile-in.diff"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-cups"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'hicolor-icon-theme'.
|
||||
pkgname=hicolor-icon-theme
|
||||
version=0.10
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://icon-theme.freedesktop.org/releases
|
||||
distfiles="
|
||||
http://icon-theme.freedesktop.org/releases/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Standard icon theme called hicolor"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'imlib2'.
|
||||
pkgname=imlib2
|
||||
version=1.4.0
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://kent.dl.sourceforge.net/sourceforge/enlightenment
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Image manipulation library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'inputproto'
|
||||
pkgname=inputproto
|
||||
version=1.4.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="inputproto.pc"
|
||||
short_desc="Input extension headers from X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'intltool'.
|
||||
pkgname=intltool
|
||||
version=0.40.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Toolbox for internationalisation"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'irssi'
|
||||
pkgname=irssi
|
||||
version=0.8.12
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://www.irssi.org/files
|
||||
distfiles="http://www.irssi.org/files/$pkgname-$version@.tar.bz2"
|
||||
# We need this to get some perl paths.
|
||||
. $XBPS_TMPLHELPDIR/perl-module.sh
|
||||
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=iso-codes
|
||||
version=3.3
|
||||
patch_files="$pkgname-fix-pkgconfig.diff"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes
|
||||
distfiles="
|
||||
ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="iso-codes.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'jasper'.
|
||||
pkgname=jasper
|
||||
version=1.900.1
|
||||
extract_sufx=".zip"
|
||||
url=http://www.ece.uvic.ca/~mdadams/jasper/software
|
||||
distfiles="
|
||||
http://www.ece.uvic.ca/~mdadams/jasper/software/$pkgname-$version@.zip"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-shared --without-x --disable-opengl"
|
||||
short_desc="Software-based reference implementation of the JPEG-2000 codec"
|
||||
|
|
|
@ -3,9 +3,8 @@ pkgname=jpeg
|
|||
version=6.0b
|
||||
wrksrc=$pkgname-6b
|
||||
patch_files="$pkgname-makefile-cfg.diff"
|
||||
distfiles="jpegsrc.v6b"
|
||||
extract_sufx=".tar.gz"
|
||||
url=ftp://ftp.fu-berlin.de/unix/graphics/jpeg
|
||||
distfiles="
|
||||
ftp://ftp.fu-berlin.de/unix/graphics/jpeg/jpegsrc.v6b@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_install_target="install install-lib"
|
||||
configure_args="--enable-shared --enable-static"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'kbproto'
|
||||
pkgname=kbproto
|
||||
version=1.0.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/proto
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="kbproto.pc"
|
||||
short_desc="KB extension headers from X.org"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template build file for 'lcms'.
|
||||
pkgname=lcms
|
||||
version=1.17
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://www.littlecms.com
|
||||
distfiles="http://www.littlecms.com/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="lcms.pc"
|
||||
short_desc="Light Color Management System -- a color management library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libICE'.
|
||||
pkgname=libICE
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="ice.pc"
|
||||
short_desc="Inter Client Exchange (ICE) library for X"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libIDL'.
|
||||
pkgname=libIDL
|
||||
version=0.8.11
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="HAVE_YACC=yes"
|
||||
pkgconfig_override="libIDL-2.0.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libSM'.
|
||||
pkgname=libSM
|
||||
version=1.1.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-libuuid"
|
||||
pkgconfig_override="sm.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libX11'
|
||||
pkgname=libX11
|
||||
version=1.1.5
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="x11.pc"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libXau'
|
||||
pkgname=libXau
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xau.pc"
|
||||
short_desc="Authorization Protocol for X from X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXaw'.
|
||||
pkgname=libXaw
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xaw6.pc xaw7.pc xaw8.pc"
|
||||
short_desc="X Athena Widgets Library from modular Xorg X11"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXcursor'.
|
||||
pkgname=libXcursor
|
||||
version=1.1.9
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xcursor.pc"
|
||||
short_desc="Client-side cursor loading library for X"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXdamage'.
|
||||
pkgname=libXdamage
|
||||
version=1.1.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xdamage.pc"
|
||||
short_desc="Xdamage extension (Library)"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libXdmcp'
|
||||
pkgname=libXdmcp
|
||||
version=1.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xdmcp.pc"
|
||||
short_desc="X Display Manager Control Protocol library from X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXext'.
|
||||
pkgname=libXext
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xext.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXfixes'.
|
||||
pkgname=libXfixes
|
||||
version=4.0.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xfixes.pc"
|
||||
short_desc="Xfixes library and extension of X RandR from modular X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXfont'.
|
||||
pkgname=libXfont
|
||||
version=1.3.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xfont.pc"
|
||||
short_desc="X font Library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXft'.
|
||||
pkgname=libXft
|
||||
version=2.1.13
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="xft.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXi'.
|
||||
pkgname=libXi
|
||||
version=1.1.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xi.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXinerama'.
|
||||
pkgname=libXinerama
|
||||
version=1.0.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xinerama.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXmu'.
|
||||
pkgname=libXmu
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xmu.pc xmuu.pc"
|
||||
short_desc="X Miscellaneous Utilities library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXp'.
|
||||
pkgname=libXp
|
||||
version=1.0.0
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xp.pc"
|
||||
short_desc="X Print Service Extension Library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXpm'.
|
||||
pkgname=libXpm
|
||||
version=3.5.7
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xpm.pc"
|
||||
short_desc="X PixMap Library from modular Xorg X11"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXrandr'.
|
||||
pkgname=libXrandr
|
||||
version=1.2.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xrandr.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXrender'.
|
||||
pkgname=libXrender
|
||||
version=0.9.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xrender.pc"
|
||||
short_desc="X Render Library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXt'.
|
||||
pkgname=libXt
|
||||
version=1.0.5
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-malloc0returnsnull"
|
||||
pkgconfig_override="xt.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXv'.
|
||||
pkgname=libXv
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="xv.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXvMC'.
|
||||
pkgname=libXvMC
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="xvmc.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXxf86misc'.
|
||||
pkgname=libXxf86misc
|
||||
version=1.0.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xxf86misc.pc"
|
||||
short_desc="Library for the XFree86-Misc X extension"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libXxf86vm'.
|
||||
pkgname=libXxf86vm
|
||||
version=1.0.2
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xxf86vm.pc"
|
||||
short_desc="Library for the XFree86-VidMode X extension"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'libart'.
|
||||
pkgname=libart
|
||||
version=2.3.20
|
||||
distfiles="libart_lgpl-$version"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3
|
||||
wrksrc="libart_lgpl-$version"
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="libart-2.0.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libdrm'.
|
||||
pkgname=libdrm
|
||||
version=2.3.1
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://dri.freedesktop.org/libdrm
|
||||
distfiles="
|
||||
http://dri.freedesktop.org/libdrm/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="libdrm.pc"
|
||||
short_desc="Userspace interface to kernel DRM services"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libexif'.
|
||||
pkgname=libexif
|
||||
version=0.6.16
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://kent.dl.sourceforge.net/sourceforge/libexif
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/libexif/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="ac_cv_path_DOXYGEN=false"
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libfontenc'.
|
||||
pkgname=libfontenc
|
||||
version=1.0.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="fontenc.pc"
|
||||
short_desc="The fontenc Library from X.org"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libgcrypt'.
|
||||
pkgname=libgcrypt
|
||||
version=1.4.3
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://ftp.gnupg.org/gcrypt/libgcrypt
|
||||
distfiles="
|
||||
ftp://ftp.gnupg.org/gcrypt/libgcrypt/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="GNU cryptographic library"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libgpg-error'.
|
||||
pkgname=libgpg-error
|
||||
version=1.6
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://ftp.gnupg.org/gcrypt/libgpg-error
|
||||
distfiles="
|
||||
ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Definitions of common error values for all GnuPG components"
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'libidn'
|
||||
pkgname=libidn
|
||||
version=1.10
|
||||
extract_sufx=".tar.gz"
|
||||
url=http://ftp.gnu.org/gnu/libidn
|
||||
distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="libidn.pc"
|
||||
configure_env="EMACS=/bin/false"
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
pkgname=libpciaccess
|
||||
version=0.10.3
|
||||
patch_files="$pkgname-netbsd-support.diff"
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://xorg.freedesktop.org/releases/individual/lib
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="pciaccess.pc"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libpng'.
|
||||
pkgname=libpng
|
||||
version=1.2.32
|
||||
extract_sufx=".tar.bz2"
|
||||
url=ftp://ftp.fu-berlin.de/unix/graphics/png/src
|
||||
distfiles="
|
||||
ftp://ftp.fu-berlin.de/unix/graphics/png/src/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="libpng.pc"
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
pkgname=libtool
|
||||
version=2.2.6a
|
||||
wrksrc="$pkgname-2.2.6"
|
||||
extract_sufx=".tar.gz"
|
||||
patch_files="libtool-fix-ltmain.sh.diff"
|
||||
url=http://ftp.gnu.org/pub/gnu/libtool
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/libtool/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Generic library support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'libungif'.
|
||||
pkgname=libungif
|
||||
version=4.1.4
|
||||
extract_sufx=".tar.bz2"
|
||||
url=http://kent.dl.sourceforge.net/sourceforge/giflib
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/giflib/$pkgname-$version@.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-x"
|
||||
configure_env="ac_cv_lib_X11_main=no"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue