mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
new package:
- add libnfo for upcoming enna
This commit is contained in:
18
packages/other/libnfo/build
Normal file
18
packages/other/libnfo/build
Normal file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--enable-shared \
|
||||
--disable-debug \
|
||||
--cross-compile \
|
||||
--disable-doc \
|
||||
--enable-logcolor \
|
||||
|
||||
make
|
||||
|
||||
$MAKEINSTALL
|
||||
6
packages/other/libnfo/install
Normal file
6
packages/other/libnfo/install
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/src/*.so* $INSTALL/usr/lib
|
||||
1
packages/other/libnfo/url
Normal file
1
packages/other/libnfo/url
Normal file
@@ -0,0 +1 @@
|
||||
http://sources.openelec.tv/svn/libnfo-20091003.tar.bz2
|
||||
Reference in New Issue
Block a user