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

3
srcpkgs/tcc/tcc.rshlibs Normal file
View File

@@ -0,0 +1,3 @@
libm.so.6
libdl.so.2
libc.so.6

View File

@@ -2,6 +2,7 @@
pkgname=tcc
version=0.9.25
distfiles="${NONGNU_SITE}/tinycc/tcc-$version.tar.bz2"
revision=1
short_desc="The Tiny C Compiler"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1bed6cb0fb2ef4100df1b94435d22863679e84cf419ec48ef96d9c0e9063de35
@@ -22,7 +23,6 @@ long_desc="
line of your C source, and execute it directly from the command line.
* With libtcc, you can use TCC as a backend for dynamic code generation."
Add_dependency run glibc
Add_dependency build perl # for pod2man
do_build()