|
Last change
on this file since ff38870 was 8dd67e2, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
move arc4random(3) and, while here, libnotimpl into uClibc
this should make a few executables even smaller, most notably
mksh, rdate, openntpd, everything with OGG Vorbis
git-svn-id: svn://www.freewrt.org/trunk/freewrt@2823 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
825 bytes
|
| Line | |
|---|
| 1 | # $FreeWRT$
|
|---|
| 2 | #-
|
|---|
| 3 | # This file is part of the FreeWRT project. FreeWRT is copyrighted
|
|---|
| 4 | # material, please see the LICENCE file in the top-level directory
|
|---|
| 5 | # or at http://www.freewrt.org/licence for details.
|
|---|
| 6 |
|
|---|
| 7 | include ${TOPDIR}/rules.mk
|
|---|
| 8 |
|
|---|
| 9 | PKG_NAME:= speex
|
|---|
| 10 | PKG_VERSION:= 1.2beta1
|
|---|
| 11 | PKG_RELEASE:= 2
|
|---|
| 12 | PKG_MD5SUM:= aac2e4ba42122b885c787ea280acb3d9
|
|---|
| 13 | MASTER_SITES:= http://downloads.us.xiph.org/releases/speex/
|
|---|
| 14 |
|
|---|
| 15 | include ${TOPDIR}/mk/package.mk
|
|---|
| 16 |
|
|---|
| 17 | $(eval $(call PKG_template,LIBSPEEX,libspeex,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
|
|---|
| 18 |
|
|---|
| 19 | CONFIGURE_STYLE:= gnu
|
|---|
| 20 | CONFIGURE_ARGS+= --disable-oggtest --enable-fixed-point
|
|---|
| 21 | BUILD_STYLE:= auto
|
|---|
| 22 | INSTALL_STYLE:= auto
|
|---|
| 23 | XAKE_FLAGS+= bin_PROGRAMS=""
|
|---|
| 24 |
|
|---|
| 25 | post-install:
|
|---|
| 26 | ${INSTALL_DIR} ${IDIR_LIBSPEEX}/usr/lib
|
|---|
| 27 | ${CP} ${WRKINST}/usr/lib/libspeex.so.* ${IDIR_LIBSPEEX}/usr/lib/
|
|---|
| 28 |
|
|---|
| 29 | include ${TOPDIR}/mk/pkg-bottom.mk
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.