|
|
CLISP=/usr/bin/clisp | CLISP=/usr/bin/clisp |
| |
# Where the main Cedilla binary will be installed | # Where the main Cedilla binary will be installed |
BINDIR=/usr/bin |
BINDIR=${D}/usr/bin |
| |
# Where the cedilla-config.lisp file lives | # Where the cedilla-config.lisp file lives |
ETCDIR=/etc |
ETCDIR=${D}/etc |
| |
# Where Cedilla's FASL files will be kept | # Where Cedilla's FASL files will be kept |
LIBDIR=/usr/lib/cedilla |
LIBDIR=${D}/usr/lib/cedilla |
| |
# Where the cedilla(1) manual page will be installed | # Where the cedilla(1) manual page will be installed |
MANDIR=/usr/share/man/man1 |
MANDIR=${D}/usr/share/man/man1 |
| |