Updated 95% pkgs to the new shlibs world order, not yet finished.

This commit is contained in:
Juan RP
2011-11-14 18:12:47 +01:00
parent abc9819a60
commit 25b70bd9c1
1225 changed files with 7177 additions and 4752 deletions

View File

@@ -0,0 +1,5 @@
libpcre.so.0
libstdc++.so.6
libm.so.6
libgcc_s.so.1
libc.so.6

View File

@@ -5,6 +5,7 @@ homepage="http://cppcheck.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-makefile
make_build_target="all man"
revision=1
short_desc="Static analysis of C/C++ code"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
@@ -18,11 +19,6 @@ long_desc="
various compiler extensions, inline assembly code, etc. The goal is no
false positives."
Add_dependency run libgcc
Add_dependency run glibc
Add_dependency run libstdc++
Add_dependency run libpcre
Add_dependency build libxslt
Add_dependency build docbook-xsl
Add_dependency build pcre-devel