Set sourcepkg to pkgname through run_template().

This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
This commit is contained in:
Juan RP 2009-07-29 22:44:30 +02:00
parent d3c1892c6d
commit dd6b45c322
160 changed files with 5 additions and 162 deletions

View file

@ -15,8 +15,6 @@ Packages:
I think this is the best option.
* Fix initramfs-tools trigger for $pkgname != kernel.
* Fix initramfs-tools 'update-initramfs -a'.
* Avoid the need to use $sourcepkg and $subpackages in template files,
these vars shouldn't be needed to be set manually; find a way!
* Fix HAL/PolicyKit for nonroot to be able to admin tasks.
* Fix loadkeys(1) incorrectly loading the olpc keymap vs qwerty.

View file

@ -205,6 +205,9 @@ set_tmpl_common_vars()
FILESDIR=${XBPS_TEMPLATESDIR}/${pkgname}/files
DESTDIR=${XBPS_DESTDIR}/${pkgname}-${version}
if [ -z "${sourcepkg}" ]; then
sourcepkg=${pkgname}
fi
SRCPKGDESTDIR=${XBPS_DESTDIR}/${sourcepkg}-${version}
}

View file

@ -1,6 +1,5 @@
# Template file for 'ConsoleKit'
pkgname=ConsoleKit
sourcepkg=$pkgname
version=0.3.0
distfiles="http://people.freedesktop.org/~mccann/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'GConf'
pkgname=GConf
sourcepkg=$pkgname
version=2.26.2
distfiles="${GNOME_SITE}/GConf/2.26/GConf-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'MesaLib'.
pkgname=MesaLib
sourcepkg=$pkgname
version=7.4.2
wrksrc="Mesa-$version"
distfiles="${SOURCEFORGE_SITE}/mesa3d/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'ORBit2'
pkgname=ORBit2
sourcepkg=$pkgname
version=2.14.17
distfiles="${GNOME_SITE}/$pkgname/2.14/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'PolicyKit'
pkgname=PolicyKit
sourcepkg=$pkgname
version=0.9
distfiles="http://hal.freedesktop.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'Thunar'
pkgname=Thunar
sourcepkg=$pkgname
version=1.0.1
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'acl'
pkgname=acl
sourcepkg=$pkgname
version=2.2.47
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_${version}-1.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'alsa-lib'.
pkgname=alsa-lib
sourcepkg=$pkgname
version=1.0.20
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'aspell'
pkgname=aspell
sourcepkg=$pkgname
version=0.60.6
distfiles="ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'atk'.
pkgname=atk
sourcepkg=$pkgname
version=1.26.0
distfiles="${GNOME_SITE}/atk/1.26/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'attr'
pkgname=attr
sourcepkg=$pkgname
version=2.4.43
distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}-1.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'babl'.
pkgname=babl
sourcepkg=$pkgname
version=0.0.22
distfiles="ftp://ftp.gtk.org/pub/babl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'binutils'
pkgname=binutils
sourcepkg=binutils
version=2.19.1
distfiles="http://ftp.gnu.org/gnu/binutils/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'bzip2'.
pkgname=bzip2
sourcepkg=bzip2
version=1.0.5
distfiles="http://www.bzip.org/1.0.5/$pkgname-$version.tar.gz"
build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'cairo'.
pkgname=cairo
sourcepkg=$pkgname
version=1.8.6
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'cdparanoia'.
pkgname=cdparanoia
sourcepkg=$pkgname
version=10.2
wrksrc=$pkgname-III-$version
patch_files=gcc.diff

View file

@ -1,6 +1,5 @@
# Template build file for 'curl'.
pkgname=curl
sourcepkg=curl
version=7.19.5
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'dbus-glib'
pkgname=dbus-glib
sourcepkg=$pkgname
version=0.80
distfiles="
http://dbus.freedesktop.org/releases/$pkgname/$pkgname-$version.tar.gz"

View file

@ -1,6 +1,5 @@
# Template file for 'dbus'
pkgname=dbus
sourcepkg=$pkgname
version=1.2.14
distfiles="http://dbus.freedesktop.org/releases/dbus/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'enchant'
pkgname=enchant
sourcepkg=$pkgname
version=1.4.2
distfiles="http://www.abisource.com/downloads/enchant/$version/enchant-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'exo'
pkgname=exo
sourcepkg=$pkgname
version=0.3.101
revision=1
distfiles="http://mocha.xfce.org/archive/xfce-4.6.1/src/exo-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'expat'
pkgname=expat
sourcepkg=expat
version=2.0.1
distfiles="$SOURCEFORGE_SITE/expat/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'file'
pkgname=file
sourcepkg=file
version=5.03
distfiles="ftp://ftp.astron.com/pub/file/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'fontconfig'.
pkgname=fontconfig
sourcepkg=$pkgname
version=2.6.0
distfiles="http://www.fontconfig.org/release/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file 'freetype'.
pkgname=freetype
sourcepkg=$pkgname
version=2.3.9
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gamin'.
pkgname=gamin
sourcepkg=$pkgname
version=0.1.9
distfiles="http://www.gnome.org/~veillard/gamin/sources/gamin-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gcc'
pkgname=gcc
sourcepkg=$pkgname
version=4.4.1
patch_files="$pkgname-fix-amd64.diff"
distfiles="

View file

@ -1,6 +1,5 @@
# Template build file for 'gd'.
pkgname=gd
sourcepkg=$pkgname
version=2.0.35
distfiles="http://www.libgd.org/releases/gd-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gdbm'
pkgname=gdbm
sourcepkg=gdbm
version=1.8.3
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gegl'.
pkgname=gegl
sourcepkg=$pkgname
version=0.0.22
distfiles="ftp://ftp.gimp.org/pub/gegl/0.0/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gettext'.
pkgname=gettext
sourcepkg=gettext
version=0.17
distfiles="http://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gimp'.
pkgname=gimp
sourcepkg=$pkgname
version=2.6.6
distfiles="http://sunsite.rediris.es/mirror/gimp/v2.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'glib'
pkgname=glib
sourcepkg=$pkgname
version=2.20.3
distfiles="${GNOME_SITE}/glib/2.20/glib-$version.tar.bz2"
configure_args="--disable-fam --with-pcre=system"

View file

@ -1,6 +1,5 @@
# Template file for 'glibc'
pkgname=glibc
sourcepkg=$pkgname
version=2.10.1
patch_files="xattr.h-dupdefs.diff"
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'glitz'.
pkgname=glitz
sourcepkg=$pkgname
version=0.5.6
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gmp'
pkgname=gmp
sourcepkg=$pkgname
version=4.3.1
distfiles="ftp://ftp.gmplib.org/pub/gmp-$version/gmp-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gnutls'.
pkgname=gnutls
sourcepkg=$pkgname
version=2.6.6
distfiles="ftp://ftp.gnutls.org/pub/gnutls/gnutls-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gst-plugins-base'.
pkgname=gst-plugins-base
sourcepkg=$pkgname
version=0.10.23
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'gstreamer'.
pkgname=gstreamer
sourcepkg=$pkgname
version=0.10.23
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'gtk+'.
pkgname=gtk+
sourcepkg=$pkgname
version=2.16.2
distfiles="${GNOME_SITE}/gtk+/2.16/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'hunspell'
pkgname=hunspell
sourcepkg=$pkgname
version=1.2.8
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'icu'.
pkgname=icu
sourcepkg=$pkgname
version=4.2
wrksrc="icu/source"
distfiles="http://download.icu-project.org/files/icu4c/4.2/icu4c-4_2-src.tgz"

View file

@ -1,6 +1,5 @@
# Template build file for 'irssi'
pkgname=irssi
sourcepkg=irssi
version=0.8.13
distfiles="http://www.irssi.org/files/$pkgname-$version.tar.bz2"
# We need this to get some perl paths.

View file

@ -1,6 +1,5 @@
# Template build file for 'jasper'.
pkgname=jasper
sourcepkg=$pkgname
version=1.900.1
distfiles="http://www.ece.uvic.ca/~mdadams/jasper/software/$pkgname-$version.zip"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'jpeg'.
pkgname=jpeg
sourcepkg=$pkgname
version=6b
distfiles="ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v${version}.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'klibc'
pkgname=klibc
sourcepkg=klibc
version=1.5.15
distfiles="${KERNEL_SITE}/libs/klibc/Testing/klibc-$version.tar.bz2"
build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'lcms'.
pkgname=lcms
sourcepkg=$pkgname
version=1.18a
wrksrc=${pkgname}-${version%[a-z]*}
distfiles="http://www.littlecms.com/$pkgname-$version.tar.gz"

View file

@ -1,6 +1,5 @@
# Template build file for 'libICE'.
pkgname=libICE
sourcepkg=$pkgname
version=1.0.5
patch_files="configure_sh_assignment_broken.diff"
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libIDL'.
pkgname=libIDL
sourcepkg=$pkgname
version=0.8.13
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libSM'.
pkgname=libSM
sourcepkg=$pkgname
version=1.1.0
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libX11'.
pkgname=libX11
sourcepkg=$pkgname
version=1.2.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXScrnSaver'.
pkgname=libXScrnSaver
sourcepkg=$pkgname
version=1.1.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXau'.
pkgname=libXau
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXaw'.
pkgname=libXaw
sourcepkg=$pkgname
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXcomposite'.
pkgname=libXcomposite
sourcepkg=$pkgname
version=0.4.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXcursor'.
pkgname=libXcursor
sourcepkg=$pkgname
version=1.1.9
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXdamage'.
pkgname=libXdamage
sourcepkg=$pkgname
version=1.1.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXdmcp'.
pkgname=libXdmcp
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXevie'.
pkgname=libXevie
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXext'.
pkgname=libXext
sourcepkg=$pkgname
version=1.0.5
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfixes'.
pkgname=libXfixes
sourcepkg=$pkgname
version=4.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfont'.
pkgname=libXfont
sourcepkg=$pkgname
version=1.4.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXfontcache'.
pkgname=libXfontcache
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXft'.
pkgname=libXft
sourcepkg=$pkgname
version=2.1.13
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXi'.
pkgname=libXi
sourcepkg=$pkgname
version=1.2.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXinerama'.
pkgname=libXinerama
sourcepkg=$pkgname
version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXmu'.
pkgname=libXmu
sourcepkg=$pkgname
version=1.0.4
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libXp'.
pkgname=libXp
sourcepkg=$pkgname
version=1.0.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXpm'.
pkgname=libXpm
sourcepkg=$pkgname
version=3.5.7
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXrandr'.
pkgname=libXrandr
sourcepkg=$pkgname
version=1.3.0
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXrender'.
pkgname=libXrender
sourcepkg=$pkgname
version=0.9.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXres'.
pkgname=libXres
sourcepkg=$pkgname
version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXt'.
pkgname=libXt
sourcepkg=$pkgname
version=1.0.5
revision=1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template build file for 'libXtst'.
pkgname=libXtst
sourcepkg=$pkgname
version=1.0.3
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXv'.
pkgname=libXv
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXvMC'.
pkgname=libXvMC
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86dga'.
pkgname=libXxf86dga
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86misc'.
pkgname=libXxf86misc
sourcepkg=$pkgname
version=1.0.1
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libXxf86vm'.
pkgname=libXxf86vm
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libarchive'
pkgname=libarchive
sourcepkg=$pkgname
version=2.7.0
revision=1
patch_files="${pkgname}_without_openssl.diff"

View file

@ -1,6 +1,5 @@
# Template build file for 'libart'.
pkgname=libart
sourcepkg=$pkgname
version=2.3.20
wrksrc="libart_lgpl-$version"
distfiles="${GNOME_SITE}/libart_lgpl/2.3/libart_lgpl-$version.tar.bz2"

View file

@ -1,6 +1,5 @@
# Template file for 'libblkid'
pkgname=libblkid
sourcepkg=$pkgname
version=2.15
_utilng=util-linux-ng
wrksrc=${_utilng}-${version}

View file

@ -1,6 +1,5 @@
# Template file for 'libcap'
pkgname=libcap
sourcepkg=$pkgname
version=2.16
distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/$pkgname-$version.tar.bz2"
build_style=gnu_makefile

View file

@ -1,6 +1,5 @@
# Template build file for 'libcroco'.
pkgname=libcroco
sourcepkg=$pkgname
version=0.6.2
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libdmx'.
pkgname=libdmx
sourcepkg=$pkgname
version=1.0.2
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libdrm'.
pkgname=libdrm
sourcepkg=$pkgname
version=2.4.9
distfiles="http://dri.freedesktop.org/libdrm/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libevent'
pkgname=libevent
sourcepkg=$pkgname
version=1.4.9
wrksrc="$pkgname-$version-stable"
distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz"

View file

@ -1,6 +1,5 @@
# Template build file for 'libexif'.
pkgname=libexif
sourcepkg=$pkgname
version=0.6.17
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libfontenc'.
pkgname=libfontenc
sourcepkg=$pkgname
version=1.0.4
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgcrypt'.
pkgname=libgcrypt
sourcepkg=$pkgname
version=1.4.4
distfiles="ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libglade'.
pkgname=libglade
sourcepkg=$pkgname
version=2.6.4
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgpg-error'.
pkgname=libgpg-error
sourcepkg=$pkgname
version=1.6
distfiles="ftp://ftp.gnupg.org/gcrypt/libgpg-error/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libgsf'.
pkgname=libgsf
sourcepkg=$pkgname
version=1.14.11
distfiles="${GNOME_SITE}/libgsf/1.14/$pkgname-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libidn'.
pkgname=libidn
sourcepkg=$pkgname
version=1.15
distfiles="http://ftp.gnu.org/gnu/libidn/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'libmng'.
pkgname=libmng
sourcepkg=$pkgname
version=1.0.10
distfiles="http://www.libmng.com/download/libmng-$version.tar.bz2"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libnotify'
pkgname=libnotify
sourcepkg=$pkgname
version=0.4.5
distfiles="http://www.galago-project.org/files/releases/source/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template file for 'libogg'.
pkgname=libogg
sourcepkg=$pkgname
version=1.1.3
distfiles="http://downloads.xiph.org/releases/ogg/$pkgname-$version.tar.gz"
build_style=gnu_configure

View file

@ -1,6 +1,5 @@
# Template build file for 'liboil'.
pkgname=liboil
sourcepkg=$pkgname
version=0.3.16
distfiles="http://liboil.freedesktop.org/download/$pkgname-$version.tar.gz"
build_style=gnu_configure

Some files were not shown because too many files have changed in this diff Show more