move package libXcomposite:

- no more need, move to pkg-archive branch
This commit is contained in:
Stephan Raue 2009-10-28 11:23:28 +01:00
parent 81ba209bde
commit a8ce1e30f7
3 changed files with 0 additions and 29 deletions

View File

@ -1,20 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
$SCRIPTS/build libX11
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--enable-shared \
--enable-malloc0returnsnull
$MAKE
$MAKEINSTALL

View File

@ -1,8 +0,0 @@
#!/bin/sh
. config/options
$SCRIPTS/install libX11
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/src/.libs/libXcomposite.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://xorg.freedesktop.org/archive/individual/lib/libXcomposite-0.4.1.tar.bz2