DOCS="AUTHORS COPYING INSTALL NEWS README THANKS doc" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y ARCH=i386 BUILD=1 # pkginfo VERSION=0.13.4 PROGNAME="librep" DESC="\ This is a lightweight Lisp environment for UNIX. It contains a Lisp \n\ interpreter, byte-code compiler and virtual machine. Applications may \n\ use the Lisp interpreter as an extension language, or it may be used \n\ for standalone scripts." # maintainer MAINTAINER="Robert Stan " SOURCE=http://librep.sourceforge.net/ # package name PKGNAME=librep compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --with-gnu-ld --with-readline \ i386-slackware-linux CFLAGS=-O2 make -j2 } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } special() { echo "Nothing special :-)" } subpacks() { echo "We don't have subpacks..." }