# # 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 # # # ltsp_localdev sbalneav@ltsp.org # VERSION = 1.2a31 RELEASE = 0 PKG1COMPONENT = lbe_core PKG1NAME = lbe-smake DEPENDS = ltsp-ltsptree, ltsp-glibc PKG1 = smake.tar.gz MD5SUM1 = 732d58e00702a7d77edc145a67b8f261 SOURCE1 = ${TARBALL_SOURCE}/${PKG1}, \ ftp://ftp.berlios.de/pub/smake/testing/${PKG1} UNPACK1 = gunzip < ${TARBALL} | tar xf - BUILDDIR = smake-1.2 SOURCEDIR = smake-1.2 BUILD = make -j 1 CFLAGS="-march=i386" INSTALL = smake INS_BASE=${INSTALLDIR} install CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR}