new package:

- add package rsxs
This commit is contained in:
Stephan Raue 2009-10-22 08:45:41 +02:00
parent 54a7888a3b
commit c12ca58455
3 changed files with 29 additions and 0 deletions

21
packages/other/rsxs/build Executable file
View File

@ -0,0 +1,21 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--enable-shared \
--disable-static \
--disable-sound \
--without-xscreensaver
make
$MAKEINSTALL

7
packages/other/rsxs/install Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
. config/options
mkdir -p $INSTALL/usr/lib
cp $PKG_DIR/src/.libs/*.so* $INSTALL/usr/lib

1
packages/other/rsxs/url Normal file
View File

@ -0,0 +1 @@
http://downloads.sourceforge.net/project/rsxs/rsxs/1.0/rsxs-1.0.tar.gz