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,7 @@
libm.so.6
libc.so.6
libXpm.so.4
libSM.so.6
libICE.so.6
libXext.so.6
libX11.so.6

View File

@@ -1,16 +1,11 @@
# Template file for 'libt1'.
#
revision=1
short_desc="${short_desc} - runtime libraries"
long_desc="${long_desc}
This package contains the runtime libraries."
Add_dependency run glibc
Add_dependency run libXpm
Add_dependency run libSM
Add_dependency run libICE
Add_dependency run libXext
Add_dependency run libX11
do_install()
{

View File

@@ -0,0 +1,7 @@
libt1.so.5
libc.so.6
libt1x.so.5
libXaw.so.7
libXt.so.6
libX11.so.6
libm.so.6

View File

@@ -5,6 +5,7 @@ homepage="http://www.ibiblio.org/pub/Linux/libs/graphics/!INDEX.html"
distfiles="http://www.ibiblio.org/pub/Linux/libs/graphics/$pkgname-$version.tar.gz"
build_style=gnu-configure
make_build_target="without_doc"
revision=1
short_desc="Rasterizer library for Adobe Type 1 fonts"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
@@ -17,10 +18,5 @@ long_desc="
subpackages="libt1 ${pkgname}-devel"
Add_dependency run glibc
Add_dependency run libXaw
Add_dependency run libXt
Add_dependency run libX11
Add_dependency run libt1
Add_dependency build libXaw-devel