# # package.def file for building a package in the the LTSP build environment # # Copyright (c) 2003 by James A. McQuillan (McQuillan Systems, LLC) # # This software is licensed under the Gnu General Public License. # The full text of which can be found at http://www.LTSP.org/license.txt # # This package.def was created by Lott Caskey (lottc@SpinnakerResorts.com) VERSION = 1.0.5 RELEASE = 0 PKG1COMPONENT = ltsp_voip PKG1NAME = ltsp-speex DEPENDS = ltsp-ltsptree, ltsp-glibc PKG1 = speex-1.0.5.tar.gz MD5SUM = 01d6a2de0a88a861304bf517615dea79 SOURCE1 = ${TARBALL_SOURCE}/${PKG1}, \ http://downloads.us.xiph.org/releases/speex/${PKG1} UNPACK1 = gunzip < ${TARBALL} | tar xf - SOURCEDIR = speex-1.0.5 BUILDDIR = speex-1.0.5 CONFIGURE = export CFLAGS="-march=i386" && \ ../${SOURCEDIR}/configure --prefix=/usr BUILD = make -j ${CPUS} CFLAGS="-march=i386" INSTALL = make DESTDIR=${LTSP_ROOT} install && \ mkdir -p /tmp/packages/speex${LTSP_ROOT} && \ make DESTDIR=/tmp/packages/speex${LTSP_ROOT} install CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR} PKG1NAME = ltsp-speex PKG1COMPONENT = ltsp_voip