include ../Common.Mk

distfile = scim-anthy_1.2.7.orig.tar.gz
workdir = scim-anthy-1.2.7
bdepends += 
confflag += 
patches = 

target_list = $(appname)
unins_list = $(appname).tcz.list $(appname)-dev.tcz.list

.PHONY: extract configure build install

extract:
	$(TAR) xf $(distfile)

configure:
	cd $(workdir); ./configure $(confflag)

build:
	cd $(workdir); $(MAKE)

install: uninstall tcexpand
	cd $(workdir); sudo $(MAKE) install
