Use bash features to improve $distfiles parsing.
That means that it's not necessary anymore to use an '@' before the extract suffix string. yay. --HG-- extra : convert_revision : 83ce2c783cb917ef59b87eacb0565cfcff277218
This commit is contained in:
parent
a4f4fde9cf
commit
ac80ddda40
221 changed files with 236 additions and 222 deletions
|
@ -3,7 +3,7 @@ pkgname=MesaLib
|
|||
version=7.2
|
||||
wrksrc="Mesa-$version"
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/mesa3d/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=atk
|
||||
version=1.24.0
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version@.tar.bz2"
|
||||
http://ftp.gnome.org/pub/GNOME/sources/atk/1.24/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="atk.pc"
|
||||
short_desc="Set of interfaces for accessibility"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'autoconf'.
|
||||
pkgname=autoconf
|
||||
version=2.63
|
||||
distfiles="http://ftp.gnu.org/gnu/autoconf/$pkgname-$version@.tar.gz"
|
||||
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,7 +1,7 @@
|
|||
# Template build file for 'automake'.
|
||||
pkgname=automake
|
||||
version=1.10.1
|
||||
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template build file for 'babl'.
|
||||
pkgname=babl
|
||||
version=0.0.22
|
||||
distfiles="ftp://ftp.gtk.org/pub/babl/0.0/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template build file for 'bash'.
|
||||
pkgname=bash
|
||||
version=3.2
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/bash/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-readline --enable-progcomp
|
||||
--enable-process-substitution --enable-job-control --enable-history
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=bdftopcf
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/app/$pkgname-$version@.tar.bz2"
|
||||
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>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=bigreqsproto
|
||||
version=1.0.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'binutils'
|
||||
pkgname=binutils
|
||||
version=2.18
|
||||
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-werror --enable-shared --disable-multilib"
|
||||
make_install_target="tooldir=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'bison'.
|
||||
pkgname=bison
|
||||
version=2.3
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://ftp.gnu.org/pub/gnu/bison/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="ac_cv_path_M4=/usr/bin/m4"
|
||||
short_desc="GNU yacc(1) replacement"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'bzip2'.
|
||||
pkgname=bzip2
|
||||
version=1.0.5
|
||||
distfiles="http://www.bzip.org/1.0.5/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://www.bzip.org/1.0.5/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
make_build_target="-f Makefile-libbz2_so"
|
||||
make_install_args="PREFIX=$XBPS_DESTDIR/$pkgname-$version/usr"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=cairo
|
||||
version=1.7.6
|
||||
patch_files="$pkgname-doc-public-Makefile-in.diff"
|
||||
distfiles="http://cairographics.org/snapshots/$pkgname-$version@.tar.gz"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=compositeproto
|
||||
version=0.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'coreutils'
|
||||
pkgname=coreutils
|
||||
version=6.12
|
||||
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/coreutils/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
|
||||
short_desc="The GNU core utilities"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cpio'
|
||||
pkgname=cpio
|
||||
version=2.9
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU copy-in/out (cpio) with remote magnetic tape (rmt) support"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=7.19.0
|
||||
distfiles="http://curl.haxx.se/download/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Client that groks URLs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=damageproto
|
||||
version=1.1.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'dbus'
|
||||
pkgname=dbus
|
||||
version=1.2.4
|
||||
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-selinux --enable-userdb-cache --with-xml=expat
|
||||
--localstatedir=/var --without-x"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=desktop-file-utils
|
||||
version=0.15
|
||||
distfiles="
|
||||
http://freedesktop.org/software/desktop-file-utils/releases/$pkgname-$version@.tar.gz"
|
||||
http://freedesktop.org/software/desktop-file-utils/releases/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
short_desc="Utilities to manage desktop entries"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'diffutils'
|
||||
pkgname=diffutils
|
||||
version=2.8.1
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU diff utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=dmxproto
|
||||
version=2.2.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=e2fsprogs
|
||||
version=1.41.3
|
||||
distfiles="
|
||||
http://prdownloads.sourceforge.net/e2fsprogs/$pkgname-$version@.tar.gz"
|
||||
http://prdownloads.sourceforge.net/e2fsprogs/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-compression --enable-htree --enable-elf-shlibs
|
||||
--enable-fsck --enable-e2initrd-helper --disable-rpath --bindir=/bin
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=encodings
|
||||
version=1.0.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=epdfview
|
||||
version=0.1.6
|
||||
distfiles="
|
||||
http://trac.emma-soft.com/epdfview/chrome/site/releases/$pkgname-$version@.tar.bz2"
|
||||
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+"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=evieext
|
||||
version=1.0.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="evieproto.pc"
|
||||
short_desc="EvIE extension headers"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=expat
|
||||
version=2.0.1
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/expat/$pkgname-$version@.tar.gz"
|
||||
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>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fakeroot'
|
||||
pkgname=fakeroot
|
||||
version=1.10.1
|
||||
distfiles="http://ftp.de.debian.org/debian/pool/main/f/fakeroot/${pkgname}_${version}@.tar.gz"
|
||||
distfiles="http://ftp.de.debian.org/debian/pool/main/f/fakeroot/${pkgname}_${version}.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Gives a fake root environment"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'file'
|
||||
pkgname=file
|
||||
version=4.26
|
||||
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version@.tar.gz"
|
||||
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
no_libtool_fixup=yes
|
||||
short_desc="File type identification utility"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'findutils'
|
||||
pkgname=findutils
|
||||
version=4.4.0
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU Find Utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=firefox
|
|||
version=3.0.3
|
||||
wrksrc=mozilla
|
||||
distfiles="
|
||||
http://sunsite.rediris.es/pub/mozilla.org/firefox/releases/3.0.3/source/$pkgname-$version-source@.tar.bz2"
|
||||
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
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=fixesproto
|
||||
version=4.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'flex'
|
||||
pkgname=flex
|
||||
version=2.5.35
|
||||
distfiles="http://prdownloads.sourceforge.net/flex/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://prdownloads.sourceforge.net/flex/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-rpath"
|
||||
short_desc="The Fast Lexical Analyzer"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-adobe-100dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-adobe-75dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-adobe-utopia-100dpi
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-adobe-utopia-75dpi
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-adobe-utopia-type1
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-alias
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-100dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-75dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-lucidatypewriter-100dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-lucidatypewriter-75dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-ttf
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bh-type1
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bitstream-100dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bitstream-75dpi
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bitstream-speedo
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-bitstream-type1
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-cursor-misc
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-misc-misc
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=font-util
|
||||
version=1.0.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version@.tar.bz2"
|
||||
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>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=fontcacheproto
|
||||
version=0.1.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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,7 +2,7 @@
|
|||
pkgname=fontconfig
|
||||
version=2.6.0
|
||||
patch_files="$pkgname-Makefile-fc-cache.diff"
|
||||
distfiles="http://www.fontconfig.org/release/$pkgname-$version@.tar.gz"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=fontsproto
|
||||
version=2.0.2
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=freeglut
|
|||
version=2.4.0
|
||||
patch_files="$pkgname-src-Makefile-in.diff"
|
||||
distfiles="
|
||||
http://surfnet.dl.sourceforge.net/sourceforge/freeglut/$pkgname-$version@.tar.gz"
|
||||
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"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=freetype2
|
|||
version=2.3.7
|
||||
wrksrc="freetype-$version"
|
||||
distfiles="
|
||||
http://download.savannah.gnu.org/releases/freetype/freetype-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'gawk'
|
||||
pkgname=gawk
|
||||
version=3.1.6
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="The GNU awk utility"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=gcc
|
|||
version=4.3.2
|
||||
patch_files="$pkgname-fix-amd64.diff"
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version@.tar.bz2"
|
||||
http://ftp.gnu.org/pub/gnu/gcc/$pkgname-$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-clocale=gnu --disable-bootstrap
|
||||
--enable-threads=posix --enable-__cxa_atexit --disable-multilib
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdbm'
|
||||
pkgname=gdbm
|
||||
version=1.8.3
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU database routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gegl'.
|
||||
pkgname=gegl
|
||||
version=0.0.20
|
||||
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version@.tar.bz2"
|
||||
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,7 +2,7 @@
|
|||
pkgname=gettext
|
||||
version=0.17
|
||||
distfiles="
|
||||
http://ftp.gnu.org/pub/gnu/gettext/gettext-$version@.tar.gz"
|
||||
http://ftp.gnu.org/pub/gnu/gettext/gettext-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Internationalized Message Handling Library and tools"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=gimp
|
||||
version=2.6.1
|
||||
distfiles="
|
||||
http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version@.tar.bz2"
|
||||
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,7 +2,7 @@
|
|||
pkgname=git
|
||||
version=1.6.0.2
|
||||
distfiles="
|
||||
http://www.kernel.org/pub/software/scm/git/$pkgname-$version@.tar.bz2"
|
||||
http://www.kernel.org/pub/software/scm/git/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_env="CURLDIR=$XBPS_MASTERDIR THREADED_DELTA_SEARCH=1"
|
||||
configure_args="--with-shell=/bin/sh --with-perl=$XBPS_MASTERDIR/usr/bin/perl
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=gkrellm
|
|||
version=2.3.2
|
||||
patch_files="$pkgname-fix-sensors.diff"
|
||||
distfiles="
|
||||
http://members.dslextreme.com/users/billw/gkrellm/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=glib
|
||||
version=2.18.2
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version@.tar.bz2"
|
||||
http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version.tar.bz2"
|
||||
# Disable FAM for now and use the installed pcre package instead
|
||||
# of the supplied one.
|
||||
configure_args="--disable-fam --with-pcre=system"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=glibc
|
||||
version=2.8
|
||||
wrksrc="libc"
|
||||
distfiles="ftp://ftp.archlinux.org/other/glibc/$pkgname-2.8_20080828@.tar.bz2"
|
||||
distfiles="ftp://ftp.archlinux.org/other/glibc/$pkgname-2.8_20080828.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_env="ac_cv_path_BASH_SHELL=/bin/bash"
|
||||
configure_script="../configure"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=glitz
|
||||
version=0.5.6
|
||||
distfiles="
|
||||
http://cairographics.org/snapshots/$pkgname-$version@.tar.gz"
|
||||
http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-x"
|
||||
pkgconfig_override="glitz.pc glitz-glx.pc"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=glproto
|
||||
version=1.4.9
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="glproto.pc"
|
||||
short_desc="GL extension headers"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gmp'
|
||||
pkgname=gmp
|
||||
version=4.2.4
|
||||
distfiles="ftp://ftp.gmplib.org/pub/$pkgname-$version@.tar.bz2"
|
||||
distfiles="ftp://ftp.gmplib.org/pub/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Library for arbitrary precision arithmetic"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'grep'.
|
||||
pkgname=grep
|
||||
version=2.5.3
|
||||
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
||||
--disable-perl-regexp"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'groff'
|
||||
pkgname=groff
|
||||
version=1.19.2
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-appresdir=/usr/lib/X11/app-defaults"
|
||||
short_desc="The GNU troff text-formatting system"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=gstreamer
|
||||
version=0.10.21
|
||||
distfiles="
|
||||
http://gstreamer.freedesktop.org/src/gstreamer/$pkgname-$version@.tar.bz2"
|
||||
http://gstreamer.freedesktop.org/src/gstreamer/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Core GStreamer libraries and elements"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=gtk+
|
|||
version=2.14.3
|
||||
patch_files="$pkgname-tests-Makefile-in.diff"
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.14/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=gtk-sharp
|
||||
version=2.12.4
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/$pkgname-$version@.tar.bz2"
|
||||
http://ftp.gnome.org/pub/gnome/sources/gtk-sharp/2.12/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
make_cmd="$XBPS_MASTERDIR/bin/gmake"
|
||||
pkgconfig_override="gtk-sharp-2.0.pc gtk-dotnet-2.0.pc glib-sharp-2.0.pc
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gzip'
|
||||
pkgname=gzip
|
||||
version=1.3.12
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version@.tar.gz"
|
||||
distfiles="http://ftp.gnu.org/gnu/gzip/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="GNU compression utility (replacement for compress)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=hicolor-icon-theme
|
||||
version=0.10
|
||||
distfiles="
|
||||
http://icon-theme.freedesktop.org/releases/$pkgname-$version@.tar.gz"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'iana-etc'
|
||||
pkgname=iana-etc
|
||||
version=2.30
|
||||
distfiles="http://sethwklein.net/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://sethwklein.net/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_build_args="STRIP=yes"
|
||||
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=imlib2
|
||||
version=1.4.0
|
||||
distfiles="
|
||||
http://kent.dl.sourceforge.net/sourceforge/enlightenment/$pkgname-$version@.tar.gz"
|
||||
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>"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=initramfs-tools
|
|||
version=0.92l
|
||||
wrksrc=$pkgname
|
||||
distfiles="
|
||||
http://ftp.de.debian.org/debian/pool/main/i/$pkgname/${pkgname}_${version}@.tar.gz"
|
||||
http://ftp.de.debian.org/debian/pool/main/i/$pkgname/${pkgname}_${version}.tar.gz"
|
||||
build_style=custom-install
|
||||
short_desc="Tools for generating an initramfs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=inputproto
|
||||
version=1.4.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=intltool
|
||||
version=0.40.4
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/GNOME/sources/intltool/0.40/$pkgname-$version@.tar.bz2"
|
||||
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,7 +1,7 @@
|
|||
# Template build file for 'irssi'
|
||||
pkgname=irssi
|
||||
version=0.8.12
|
||||
distfiles="http://www.irssi.org/files/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
|
||||
# We need this to get some perl paths.
|
||||
. $XBPS_TMPLHELPDIR/perl-module.sh
|
||||
configure_args="--with-proxy --with-perl-lib=$PERL_SITELIBEXP"
|
||||
|
|
|
@ -3,7 +3,7 @@ pkgname=iso-codes
|
|||
version=3.3
|
||||
patch_files="$pkgname-fix-pkgconfig.diff"
|
||||
distfiles="
|
||||
ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=jasper
|
||||
version=1.900.1
|
||||
distfiles="
|
||||
http://www.ece.uvic.ca/~mdadams/jasper/software/$pkgname-$version@.zip"
|
||||
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"
|
||||
|
|
|
@ -4,7 +4,7 @@ version=6.0b
|
|||
wrksrc=$pkgname-6b
|
||||
patch_files="$pkgname-makefile-cfg.diff"
|
||||
distfiles="
|
||||
ftp://ftp.fu-berlin.de/unix/graphics/jpeg/jpegsrc.v6b@.tar.gz"
|
||||
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,7 +1,7 @@
|
|||
# Template file for 'kbd'
|
||||
pkgname=kbd
|
||||
version=1.12
|
||||
distfiles="http://www.kernel.org/pub/linux/utils/kbd/$pkgname-$version@.tar.bz2"
|
||||
distfiles="http://www.kernel.org/pub/linux/utils/kbd/$pkgname-$version.tar.bz2"
|
||||
build_style=configure
|
||||
configure_args="--datadir=/usr/share --mandir=/usr/share/man"
|
||||
make_install_args="DESTDIR=$XBPS_DESTDIR/$pkgname-$version
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=kbproto
|
||||
version=1.0.3
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/proto/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=kernel-headers
|
||||
version=2.6.27.3
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version@.tar.bz2"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=only-install
|
||||
make_install_target="
|
||||
INSTALL_HDR_PATH=$XBPS_DESTDIR/$pkgname-$version/usr
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=kernel26
|
||||
version=2.6.27.3
|
||||
wrksrc="linux-$version"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version@.tar.bz2"
|
||||
distfiles="http://www.kernel.org/pub/linux/kernel/v2.6/linux-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_build_target="bzImage modules"
|
||||
make_install_target="modules_install
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=klibc
|
||||
version=1.5.14
|
||||
distfiles="
|
||||
http://www.kernel.org/pub/linux/libs/klibc/Testing/klibc-$version@.tar.bz2"
|
||||
http://www.kernel.org/pub/linux/libs/klibc/Testing/klibc-$version.tar.bz2"
|
||||
build_style=gnu_makefile
|
||||
make_install_target="INSTALLROOT=$XBPS_DESTDIR/$pkgname-$version install"
|
||||
short_desc="Minimal libc subset for use with initramfs"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'lcms'.
|
||||
pkgname=lcms
|
||||
version=1.17
|
||||
distfiles="http://www.littlecms.com/$pkgname-$version@.tar.gz"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=less
|
||||
version=4.24
|
||||
wrksrc="$pkgname-424"
|
||||
distfiles="http://www.greenwoodsoftware.com/less/$pkgname-424@.tar.gz"
|
||||
distfiles="http://www.greenwoodsoftware.com/less/$pkgname-424.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Pager program similar to more(1)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libICE
|
||||
version=1.0.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libIDL
|
||||
version=0.8.11
|
||||
distfiles="
|
||||
http://ftp.gnome.org/pub/gnome/sources/libIDL/0.8/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libSM
|
||||
version=1.1.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--without-libuuid"
|
||||
pkgconfig_override="sm.pc"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libX11
|
||||
version=1.1.5
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libXau
|
||||
version=1.0.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libXaw
|
||||
version=1.0.4
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libXcursor
|
||||
extract_sufx=".tar.bz2"
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
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"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
pkgname=libXdamage
|
||||
version=1.1.1
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version@.tar.bz2"
|
||||
http://xorg.freedesktop.org/releases/individual/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
pkgconfig_override="xdamage.pc"
|
||||
short_desc="Xdamage extension (Library)"
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue