# snowball/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package has been renamed. #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none license = See "license*.txt" in installed tree licfile = COPYING unpack = relaxed setpaths = snowball tmpsize = 40M #--------------------------------------------------------------------- [depends] tar #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin INCDIR=$PKGDIR_PROD/include LIBDIR=$PKGDIR_PROD/lib mkdir -p $BINDIR $INCDIR $LIBDIR tar Jxf $PKGDIR_SPECIAL/snowball_0+svn585-1.debian.tar.xz patch -p1 < debian/patches/build-options.diff patch -p1 < debian/patches/shared-library.diff smpmake cp -p snowball stemwords $BINDIR/ cp -p include/libstemmer.h $INCDIR/ cp -a libstemmer.* $LIBDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = http://deb.debian.org/debian/pool/main/s/\ snowball/snowball_0+svn585.orig.tar.gz #--------------------------------------------------------------------- [history] 210330 Added package. Started with Debian "snowball_0+svn585-1".