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 @@
libc.so.6
libpcre.so.0

View File

@@ -1,7 +1,7 @@
# Template build file for 'grep'.
pkgname=grep
version=2.9
revision=1
revision=2
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version.tar.gz"
build_style=gnu-configure
short_desc="The GNU grep utility"
@@ -14,8 +14,6 @@ long_desc="
full regexp matcher without necessarily having to look at every character.
The result is typically many times faster than Unix grep or egrep."
Add_dependency run glibc
Add_dependency run libpcre
Add_dependency build texinfo
Add_dependency build gettext
Add_dependency build pcre-devel