Update all pkgs until xbps-base-system's initramfs-tools dependency.

--HG--
extra : convert_revision : 7c4f25f0ac22755e54d4604e1581e8c7fc255d58
This commit is contained in:
Juan RP 2009-02-24 08:22:29 +01:00
parent 2045bfe573
commit 4aab5990ba
14 changed files with 101 additions and 10 deletions

View file

@ -11,4 +11,4 @@ long_desc="
local magnetic tapes, and both tar and cpio format archives in files or
on tapes."
run_depends="glibc-2.8"
Add_dependency run glibc

1
templates/e2fsprogs-devel Symbolic link
View file

@ -0,0 +1 @@
e2fsprogs

1
templates/e2fsprogs-libs Symbolic link
View file

@ -0,0 +1 @@
e2fsprogs

View file

@ -0,0 +1,2 @@
abi_depends=1.40
api_depends=${abi_depends}

View file

@ -0,0 +1,31 @@
# Template file for 'e2fsprogs-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run e2fsprogs-libs
do_install()
{
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
mkdir -p ${destdir}/lib
mkdir -p ${destdir}/usr/lib
mkdir -p ${destdir}/usr/bin
mkdir -p ${destdir}/usr/share/info
mkdir -p ${destdir}/usr/share/man/man1
mv ${origdir}/usr/include ${destdir}/usr
mv ${origdir}/lib/*.*a ${destdir}/lib
mv ${origdir}/usr/lib/pkgconfig ${destdir}/usr/lib
for f in compile_et mk_cmds; do
mv ${origdir}/bin/${f} ${destdir}/usr/bin
mv ${origdir}/usr/share/man/man1/${f}* \
${destdir}/usr/share/man/man1
done
mv ${origdir}/usr/share/man/man3 ${destdir}/usr/share/man
mv ${origdir}/usr/share/info/libext2fs.info* ${destdir}/usr/share/info
}

View file

@ -0,0 +1,17 @@
# Template file for 'e2fsprogs-libs'.
#
short_desc="${short_desc} (shared libraries)"
long_desc="${long_desc}
This package contains the shared libraries."
Add_dependency run glibc
do_install()
{
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
mkdir -p ${destdir}/lib
mv ${origdir}/lib/lib*.so.* ${destdir}/lib
}

View file

@ -1,5 +1,6 @@
# Template file for 'e2fsprogs'
pkgname=e2fsprogs
sourcepkg=e2fsprogs
version=1.41.4
distfiles="$SOURCEFORGE_SITE/e2fsprogs/$pkgname-$version.tar.gz"
build_style=gnu_configure
@ -23,7 +24,9 @@ long_desc="
It provides the filesystem utilities for use with the ext2 filesystem.
It also supports the ext3 filesystem with journaling support."
run_depends="glibc-2.8"
subpackages="devel libs"
Add_dependency run glibc
Add_dependency run e2fsprogs-libs
post_install()
{

1
templates/gdbm-devel Symbolic link
View file

@ -0,0 +1 @@
gdbm

View file

@ -0,0 +1,18 @@
# Template file for 'gdbm-devel'.
#
short_desc="${short_desc} (development files)"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gdbm
do_install()
{
local destdir=${XBPS_DESTDIR}/${pkgname}-${version}
local origdir=${XBPS_DESTDIR}/${sourcepkg}-${version}
mkdir -p ${destdir}/usr/lib
mv ${origdir}/usr/include ${destdir}/usr
mv ${origdir}/usr/lib/*.*a ${destdir}/usr/lib
}

View file

@ -1,5 +1,6 @@
# 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
@ -10,4 +11,6 @@ long_desc="
GNU dbm is a set of database routines that use extensible hashing.
It works similar to the standard Unix dbm routines."
run_depends="glibc-2.8"
subpackages="devel"
Add_dependency run glibc

View file

@ -16,7 +16,11 @@ long_desc="
All the standard macro packages are supported. A number of other utilities
are also included together with several fonts."
run_depends="glibc-2.8"
Add_dependency run glibc
Add_dependency run gcc-libstdc++
Add_dependency run bash
Add_dependency run zlib
Add_dependency run sed
pre_install()
{

View file

@ -14,5 +14,5 @@ long_desc="
termcap (or terminfo on some systems), so it can run on a variety of
terminals. There is even limited support for hardcopy terminals."
build_depends="ncurses-5.6"
run_depends="glibc-2.8 ncurses-5.6"
Add_dependency run glibc
Add_dependency full ncurses

View file

@ -16,5 +16,11 @@ long_desc="
GNU/Linux distributions, including Debian, Ubuntu, and SuSE. It also compiles
and runs on a number of proprietary Unix systems."
build_depends="bzip2-1.0.5 gzip-1.3.12 less-424 gdbm-1.8.3 groff-1.19.2"
run_depends="glibc-2.8 $build_depends"
Add_dependency run glibc
Add_dependency full bzip2
Add_dependency full gzip
Add_dependency full less
Add_dependency full gdbm
Add_dependency full groff
Add_dependency full grep
Add_dependency full lzma-utils

View file

@ -14,8 +14,12 @@ long_desc="
them are utilities for handling file systems, consoles, partitions,
and messages."
build_depends="e2fsprogs-1.41.3"
run_depends="glibc-2.8 $build_depends"
Add_dependency build e2fsprogs-devel
Add_dependency run glibc
Add_dependency run e2fsprogs-libs
Add_dependency run coreutils
Add_dependency run ncurses-libs
Add_dependency run zlib
post_install()
{