gettext-dummy:

- remove gettext-dummy
This commit is contained in:
Stephan Raue 2009-10-03 22:41:43 +02:00
parent 7d32715f3b
commit ef4cdb1dd1
3 changed files with 0 additions and 26 deletions

View File

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

View File

@ -1,6 +0,0 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/.libs/libintl*.so* $INSTALL/usr/lib

View File

@ -1 +0,0 @@
http://www.pengutronix.de/software/gettext-dummy/download/gettext-dummy-1.0.1.tar.bz2