source: freewrt/package/speex/Makefile@ ff38870

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
7include ${TOPDIR}/rules.mk
8
9PKG_NAME:= speex
10PKG_VERSION:= 1.2beta1
11PKG_RELEASE:= 2
12PKG_MD5SUM:= aac2e4ba42122b885c787ea280acb3d9
13MASTER_SITES:= http://downloads.us.xiph.org/releases/speex/
14
15include ${TOPDIR}/mk/package.mk
16
17$(eval $(call PKG_template,LIBSPEEX,libspeex,${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
18
19CONFIGURE_STYLE:= gnu
20CONFIGURE_ARGS+= --disable-oggtest --enable-fixed-point
21BUILD_STYLE:= auto
22INSTALL_STYLE:= auto
23XAKE_FLAGS+= bin_PROGRAMS=""
24
25post-install:
26 ${INSTALL_DIR} ${IDIR_LIBSPEEX}/usr/lib
27 ${CP} ${WRKINST}/usr/lib/libspeex.so.* ${IDIR_LIBSPEEX}/usr/lib/
28
29include ${TOPDIR}/mk/pkg-bottom.mk
Note: See TracBrowser for help on using the repository browser.