# # 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 = 2.01 RELEASE = 1 PKG1COMPONENT = ltsp_localdev PKG1NAME = ltsp-cdrtools DEPENDS = ltsp-ltsptree, ltsp-glibc PKG1 = cdrtools-2.01.tar.gz MD5SUM1 = 6f58882dfba4c615e2ebd81a565f7cfa SOURCE1 = ${TARBALL_SOURCE}/${PKG1}, \ ftp://ftp.berlios.de/pub/cdrecord/${PKG1} UNPACK1 = gunzip < ${TARBALL} | tar xf - BUILDDIR = cdrtools-2.01 SOURCEDIR = cdrtools-2.01 BUILD = smake CFLAGS="-march=i386" INSTALL = make INS_BASE=${LTSP_ROOT} install CLEAN = rm -rf ${BUILDDIR} ${SOURCEDIR}