Skip to content
rules 460 B
Newer Older
#!/usr/bin/make -f
# -*- makefile -*-
YunQiang Su's avatar
YunQiang Su committed
export DH_VERBOSE=1
YunQiang Su's avatar
YunQiang Su committed
export TOPDIR=$(CURDIR)
YunQiang Su's avatar
YunQiang Su committed
%:
Aron Xu's avatar
Aron Xu committed
	dh $@ --with autoreconf --parallel
YunQiang Su's avatar
YunQiang Su committed
override_dh_auto_configure: 
Aron Xu's avatar
Aron Xu committed
	dh_auto_configure -- --enable-db-android --enable-db-open-phrase
YunQiang Su's avatar
YunQiang Su committed
DBVER = 1.0.0
get_db_orig:
	version=$$(dpkg-parsechangelog | grep '^Version' | cut -d ' ' -f2 | cut -d':' -f2 | cut -d'-' -f1);\
	wget http://pyzy.googlecode.com/files/pyzy-database-$(DBVER).tar.bz2 -O ../libpyzy_$${version}.orig-db.tar.bz2