xbps-base-files: renamed to base-files, bump revision for glibc.

This commit is contained in:
Juan RP 2011-06-23 03:22:24 +02:00
parent aea5cc99ed
commit 819a2886ea
31 changed files with 6 additions and 5 deletions

View file

@ -1,8 +1,8 @@
# Template file for 'xbps-base-files' # Template file for 'base-files'
pkgname=xbps-base-files pkgname=base-files
version=0.41 version=0.41
build_style=custom-install build_style=custom-install
short_desc="XBPS Base System files" short_desc="Vanilla Base System files"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://code.google.com/p/xbps" homepage="http://code.google.com/p/xbps"
license="public domain" license="public domain"
@ -10,6 +10,7 @@ long_desc="
This package installs the base system files that aren't installed by any This package installs the base system files that aren't installed by any
other package and are required on any GNU/Linux system." other package and are required on any GNU/Linux system."
replaces="xbps-base-files>=0"
noarch=yes noarch=yes
base_chroot=yes base_chroot=yes

View file

@ -1,7 +1,7 @@
# Template file for 'glibc' # Template file for 'glibc'
pkgname=glibc pkgname=glibc
version=2.14 version=2.14
revision=3 revision=4
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2" distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
build_style=custom-install build_style=custom-install
short_desc="The GNU C library" short_desc="The GNU C library"
@ -22,7 +22,7 @@ base_chroot=yes
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf" conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
subpackages="glibc-devel glibc-locales nscd" subpackages="glibc-devel glibc-locales nscd"
Add_dependency run xbps-base-files Add_dependency run base-files
Add_dependency run libgcc Add_dependency run libgcc
Add_dependency run glibc-locales Add_dependency run glibc-locales
Add_dependency build gcc Add_dependency build gcc