~jbboehr/+junk/php5-handlebars0.6-package

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: John Boehr
  • Date: 2016-04-15 00:36:00 UTC
  • Revision ID: jbboehr@gmail.com-20160415003600-2z0o00xyjcqblk21
Fix build issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
SHELL=/bin/sh -e
4
4
 
5
 
PECL_NAME    := $(shell dpkg-parsechangelog -SSource | sed -e s/php-//)
6
 
INSTALL_ROOT := $(CURDIR)/debian/php-$(PECL_NAME)
 
5
PECL_NAME    := handlebars # $(shell dpkg-parsechangelog -SSource | sed -e s/php-//)
 
6
INSTALL_ROOT := $(CURDIR)/debian/php5-handlebars0.6 # $(CURDIR)/debian/php-$(PECL_NAME)
7
7
SOURCE_FILES := $(shell ls $(CURDIR) | grep -v ^build- | grep -v ^debian)
8
8
PHP_VERSIONS := 5 #$(shell /usr/sbin/phpquery -V)
9
9