# # 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 # VERSION = 1.0 RELEASE = 0 PKG1COMPONENT = ltsp_core PKG1NAME = ltsp-which DEPENDS = ltsp-ltsptree, ltsp-glibc PKG1 = which-2.16.tar.gz MD5SUM1 = 830b83af48347a9a3520f561e47cbc9b SOURCE1 = ftp://gentoo.chem.wisc.edu/gentoo/distfiles/${PKG1} UNPACK1 = gunzip < ${TARBALL} | tar xf - BUILDDIR = which-2.16 CONFIGURE = export CFLAGS="-march=i386" && \ ./configure --prefix=/usr BUILD = make -j 1 INSTALL = make INSTALL_PREFIX=${LTSP_ROOT} -j 1 install CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR}