# Copyright 2002 moto kawasaki # Distributed under the terms of the GNU General Public License, v2 or later # Author moto kawasaki # P: package name and version, automatically be set. # A: name w/o path of the main archive file A="flim-1.14.4.tar.gz" # S: source directory S=${WORKDIR}/${P} # DESCRIPTION: short, one line description DESCRIPTION="A library to provide basic features about message representation or encoding -- FLIM" # SRC_URI: URI of source code archive SRC_URI="http://ftp.m17n.org/pub/flim/${A}" # HOMEPAGE: URI of the original HOMEPAGE="http://www.m17n.org/flim/" # DEPEND: build dependency DEPEND="emacs apel" # RDEPEND: runtime dependency RDEPEND="" src_compile() { cd ${S}; make || die } src_install() { make PREFIX=${D}/usr install || die }