new package:

- add package enca
This commit is contained in:
Stephan Raue 2009-10-22 08:38:57 +02:00
parent e58cf7379b
commit ed02eba726
4 changed files with 12592 additions and 0 deletions

28
packages/other/enca/build Executable file
View File

@ -0,0 +1,28 @@
#!/bin/sh
. config/options
$SCRIPTS/build toolchain
cd $PKG_BUILD
ac_cv_file__dev_random=yes \
ac_cv_file__dev_urandom=no \
ac_cv_file__dev_srandom=no \
ac_cv_file__dev_arandom=no \
CPPFLAGS="-I$SYSROOT_PREFIX/usr/include" \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--enable-shared \
--disable-static \
make CC=$HOST_CC CPPFLAGS="" -C tools
make
$MAKEINSTALL -C lib
mkdir -p $SYSROOT_PREFIX/usr/lib/pkgconfig
cp enca.pc $SYSROOT_PREFIX/usr/lib/pkgconfig

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

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

File diff suppressed because it is too large Load Diff

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

@ -0,0 +1 @@
http://dl.cihar.com/enca/enca-1.11.tar.bz2