Update base-system and dep. pkgs for new rshlib thing

This commit is contained in:
davehome
2011-11-12 05:01:02 +00:00
parent cc660ea670
commit accb1ff0d6
422 changed files with 1208 additions and 696 deletions

View File

@@ -0,0 +1,2 @@
libattr.so.1
libc.so.6

View File

@@ -1,12 +1,11 @@
# Template file for 'attr-progs'.
#
revision=1
short_desc="${short_desc} (utilities)"
long_desc="${long_desc}
This package contains binary utilities provided by the attr package."
Add_dependency run glibc
Add_dependency run attr
do_install()
{

View File

@@ -0,0 +1 @@
libc.so.6

View File

@@ -6,6 +6,7 @@ build_style=gnu-configure
make_install_target="prefix=$XBPS_DESTDIR/$pkgname-$version/usr
PKG_MAN_DIR=$XBPS_DESTDIR/$pkgname-$version/usr/share/man install
install-lib install-dev"
revision=1
short_desc="Extended attribute support library for ACL support"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://savannah.nongnu.org/projects/attr"
@@ -18,7 +19,6 @@ keep_libtool_archives=yes
subpackages="attr-devel attr-progs"
Add_dependency build gettext
Add_dependency build gawk
Add_dependency run glibc
post_install()
{