/usr/share/el-get/recipes/flim.rcp is in el-get 3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | (:name flim
:description "A library to provide basic features about message representation or encoding"
:depends apel
:type cvs
:module "flim"
:url ":pserver:anonymous@cvs.m17n.org:/cvs/root"
:build
(append
`((,(executable-find "cvs") ,(split-string "up -r flim-1_14-wl")))
(mapcar
(lambda (target)
(list el-get-emacs
(mapcar (lambda (pkg)
(mapcar (lambda (d) `("-L" ,d)) (el-get-load-path pkg)))
'("apel"))
(split-string "-batch -q -no-site-file -l FLIM-MK -f")
target
"prefix" "site-lisp" "site-lisp"))
'("compile-flim" "install-flim")))
:load-path ("site-lisp/flim"))
|