mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
new package:
- add pcre
This commit is contained in:
parent
c6e6cfb592
commit
6c943d1128
21
packages/devel/pcre/build
Executable file
21
packages/devel/pcre/build
Executable 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 \
|
||||
--enable-utf8 \
|
||||
--enable-unicode-properties \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
7
packages/devel/pcre/install
Executable file
7
packages/devel/pcre/install
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp $PKG_BUILD/.libs/libpcre*.so*[.0-9] $INSTALL/usr/lib
|
||||
|
1
packages/devel/pcre/url
Normal file
1
packages/devel/pcre/url
Normal file
@ -0,0 +1 @@
|
||||
ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-7.9.tar.bz2
|
Loading…
x
Reference in New Issue
Block a user