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

2
srcpkgs/sed/sed.rshlibs Normal file
View File

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

View File

@@ -1,7 +1,7 @@
# Template file for 'sed'
pkgname=sed
version=4.2.1
revision=1
revision=2
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--bindir=/bin --without-included-regex"
@@ -12,8 +12,6 @@ long_desc="
Sed, the GNU Stream Editor, copies the named files (standard input default)
to the standard output, edited according to a script of commands."
Add_dependency run glibc
Add_dependency run acl
Add_dependency build acl-devel
Add_dependency build gettext
Add_dependency build texinfo