mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
move package libsndfile:
- no more need, move to pkg-archive branch
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
. config/options
|
||||
|
||||
$SCRIPTS/build toolchain
|
||||
$SCRIPTS/build alsa-lib
|
||||
#$SCRIPTS/build flac
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
--enable-static \
|
||||
--disable-shared
|
||||
|
||||
make -C src
|
||||
cp -PR sndfile.pc $SYSROOT_PREFIX/usr/lib/pkgconfig
|
||||
|
||||
#$STRIP src/.libs/*.so*
|
||||
|
||||
$MAKEINSTALL -C src
|
||||
@@ -1 +0,0 @@
|
||||
http://www.mega-nerd.com/libsndfile/libsndfile-1.0.20.tar.gz
|
||||
Reference in New Issue
Block a user