xbps-base-files: renamed to base-files, bump revision for glibc.
This commit is contained in:
parent
aea5cc99ed
commit
819a2886ea
31 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'xbps-base-files'
|
||||
pkgname=xbps-base-files
|
||||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.41
|
||||
build_style=custom-install
|
||||
short_desc="XBPS Base System files"
|
||||
short_desc="Vanilla Base System files"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://code.google.com/p/xbps"
|
||||
license="public domain"
|
||||
|
@ -10,6 +10,7 @@ long_desc="
|
|||
This package installs the base system files that aren't installed by any
|
||||
other package and are required on any GNU/Linux system."
|
||||
|
||||
replaces="xbps-base-files>=0"
|
||||
noarch=yes
|
||||
base_chroot=yes
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'glibc'
|
||||
pkgname=glibc
|
||||
version=2.14
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="http://ftp.gnu.org/gnu/glibc/glibc-${version}.tar.bz2"
|
||||
build_style=custom-install
|
||||
short_desc="The GNU C library"
|
||||
|
@ -22,7 +22,7 @@ base_chroot=yes
|
|||
conf_files="/etc/rpc /etc/ld.so.conf /etc/nsswitch.conf"
|
||||
subpackages="glibc-devel glibc-locales nscd"
|
||||
|
||||
Add_dependency run xbps-base-files
|
||||
Add_dependency run base-files
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc-locales
|
||||
Add_dependency build gcc
|
||||
|
|
Loading…
Reference in a new issue